diff --git a/docusaurus.config.js b/docusaurus.config.js index 7dba3e1..2b3b2e8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -11,7 +11,7 @@ const config = { favicon: "img/favicon.ico", // Set the production url of your site here - url: "https://plex-docs.vercel.app", + url: "https://plexapi.dev", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/", @@ -121,7 +121,7 @@ const config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, + copyright: `${new Date().getFullYear()} Built with Docusaurus.`, }, prism: { theme: lightCodeTheme,