Skip to content

Commit aa187a0

Browse files
🎺
1 parent 05b47cf commit aa187a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/feed.xml.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const getServerSideProps: GetServerSideProps = async ({ req, res }) => {
7474
'Cache-Control',
7575
`public, max-age=${ttlSeconds}, stale-while-revalidate=${ttlSeconds}`
7676
)
77-
res.setHeader('Content-Type', 'text/xml')
77+
res.setHeader('Content-Type', 'text/xml; charset=utf-8')
7878
res.write(feedText)
7979
res.end()
8080

0 commit comments

Comments
 (0)