Disable rss feed for now

This commit is contained in:
Jonas Dellinger 2020-06-04 16:12:23 +02:00
parent e69af64ecd
commit c97a93a984

View File

@ -54,6 +54,7 @@ module.exports = {
}, },
presets: [ presets: [
[ [
'@docusaurus/preset-classic', '@docusaurus/preset-classic',
{ {
docs: { docs: {
@ -68,10 +69,7 @@ module.exports = {
path: 'news', path: 'news',
routeBasePath: 'news', routeBasePath: 'news',
showReadingTime: true, showReadingTime: true,
feedOptions: { feedOptions: undefined,
type: 'all',
copyright: `Copyright © ${new Date().getFullYear()} Jonas Dellinger.`,
},
// Please change this to your repo. // Please change this to your repo.
editUrl: editUrl:
'https://github.com/JohnnyCrazy/SpotifyAPI-NET/edit/master/SpotifyAPI.Docs/blog/', 'https://github.com/JohnnyCrazy/SpotifyAPI-NET/edit/master/SpotifyAPI.Docs/blog/',