Skip to content

Commit 60991ac

Browse files
committed
fix lang
1 parent 32b1ff3 commit 60991ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/rss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const rssSettings = ({ latestPost = null, endpoint = '/rss.xml' } = {}) =
4141
content: 'http://purl.org/rss/1.0/modules/content/'
4242
},
4343
customData: [
44-
'<language>en-us</language>',
44+
'<language>uk-UA</language>',
4545
`<copyright>${DEFAULT_COPYRIGHT}</copyright>`,
4646
`<pubDate>${lastPubDate}</pubDate>`,
4747
`<lastBuildDate>${nowDate}</lastBuildDate>`,

0 commit comments

Comments
 (0)