From b44f6d2959653bc868dc69e66e8a5e685d9941e7 Mon Sep 17 00:00:00 2001 From: Konstantin Protzen Date: Thu, 14 Dec 2023 16:04:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Enable=20Feed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index c7c48fd..7ca1c1c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -42,8 +42,10 @@ const config = { blog: { showReadingTime: true, routeBasePath: '/', - editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', + feedOptions: { + type: 'all', + copyright: `Copyright © ${new Date().getFullYear()} Noten-App.`, + }, }, theme: { customCss: './src/css/custom.css',