This commit is contained in:
Travis Fischer
2022-04-22 17:05:23 -04:00
parent 05b47cf492
commit aa187a0fbd

View File

@@ -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()