-
|
Hi, I don't know if I have done something stupid. Now my feed url is like this https://tutorial.docusaurus.io/blog/rss.xml It was like this before https://docusaurus.io/blog/rss.xml In the docusaurus.config.js:, I have enabled the feed options. blog: {
feedOptions: {
type: 'all',
copyright: `Copyright © ${new Date().getFullYear()} ...`,
},
showReadingTime: false,
blogSidebarTitle: 'All posts',
blogSidebarCount: 'ALL',
}And in the index.html pages, there are lines: <link rel="alternate" type="application/rss+xml" href="/blog/rss.xml" title="My RSS Feed">
<link rel="alternate" type="application/atom+xml" href="/blog/atom.xml" title="My Atom Feed">However the rss.xml/atom.xml pages are not built. Where else should I check? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
This is a bug in beta.8 afaik, please upgrade |
Beta Was this translation helpful? Give feedback.
This is a bug in beta.8 afaik, please upgrade