From 2f27a7ef148ee6a759a1a83fac97ce18d49583c9 Mon Sep 17 00:00:00 2001 From: CrawlingTug <83224884+CrawlingTug@users.noreply.github.com> Date: Wed, 4 Sep 2024 22:14:00 +0200 Subject: [PATCH] changed footer text --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 2e5cc60..4d9df62 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -85,7 +85,7 @@ const config: Config = { footer: { style: "dark", links: [], - copyright: `Copyright © ${new Date().getFullYear()} GommeHD.net.`, + copyright: `Copyright © ${new Date().getFullYear()} GommeHD.net. Built with Docusaurus.`, }, prism: { theme: prismThemes.github,