Skip to content

Commit

Permalink
RSS feed fixes (#283)
Browse files Browse the repository at this point in the history
- Setup the pretty-feed-v3 stylesheet for the RSS feeds
- Fix the date diffing issue that was throwing off tweet prefixes
- Setup `netlify dev` in case I ever need it
  • Loading branch information
eligundry authored Jun 22, 2023
1 parent 26eea83 commit 49be7ca
Show file tree
Hide file tree
Showing 8 changed files with 33,527 additions and 7,251 deletions.
7 changes: 6 additions & 1 deletion astro/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
[build.environment]
NODE_VERSION = '18'

[dev]
command = "astro dev"
port = 8000

[[plugins]]
package = 'netlify-plugin-cache'
[plugins.inputs]
Expand All @@ -13,5 +17,6 @@
[[headers]]
for = "/*.rss"
[headers.values]
Content-Type = "application/rss+xml; charset=utf-8"
Content-Type = "application/xml; charset=utf-8"
x-content-type-options = "nosniff"

Loading

0 comments on commit 49be7ca

Please sign in to comment.