diff --git a/Documentation/package.json b/Documentation/package.json index 7fd532b..d7ef927 100644 --- a/Documentation/package.json +++ b/Documentation/package.json @@ -5,7 +5,7 @@ "scripts": { "docusaurus": "docusaurus", "start": "docusaurus start", - "build": "docusaurus build && rm -rf '../public/docs' && mv 'build' '../public/docs'", + "build": "docusaurus build", "swizzle": "docusaurus swizzle", "deploy": "docusaurus deploy", "clear": "docusaurus clear", diff --git a/Frontend/components/Footer.tsx b/Frontend/components/Footer.tsx index 7e77d6a..49f2b2e 100644 --- a/Frontend/components/Footer.tsx +++ b/Frontend/components/Footer.tsx @@ -38,7 +38,7 @@ function Footer() {

Docs