Update docusaurus.config.js

This commit is contained in:
Luke Hagar
2023-04-17 15:53:30 -05:00
parent 84515f4c82
commit 3dbae283d8

View File

@@ -11,7 +11,7 @@ const config = {
favicon: "img/favicon.ico", favicon: "img/favicon.ico",
// Set the production url of your site here // Set the production url of your site here
url: "https://plex-docs.vercel.app", url: "https://plexapi.dev",
// Set the /<baseUrl>/ pathname under which your site is served // Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/' // For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/", 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: { prism: {
theme: lightCodeTheme, theme: lightCodeTheme,