Skip to content

Commit

Permalink
🎺
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Apr 22, 2022
1 parent 05b47cf commit aa187a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/feed.xml.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const getServerSideProps: GetServerSideProps = async ({ req, res }) => {
'Cache-Control',
`public, max-age=${ttlSeconds}, stale-while-revalidate=${ttlSeconds}`
)
res.setHeader('Content-Type', 'text/xml')
res.setHeader('Content-Type', 'text/xml; charset=utf-8')
res.write(feedText)
res.end()

Expand Down

0 comments on commit aa187a0

Please sign in to comment.