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