diff --git a/docusaurus.config.js b/docusaurus.config.js index 0ad1865..a6c1f00 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -15,10 +15,10 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://friesport.github.io', + url: 'https://www.friesport.ac.cn', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/fpac/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. @@ -32,8 +32,8 @@ const config = { // useful metadata like html lang. For example, if your site is Chinese, you // may want to replace "en" with "zh-Hans". i18n: { - defaultLocale: 'en', - locales: ['en'], + defaultLocale: 'cn', + locales: ['cn'], }, presets: [ diff --git a/CNAME b/static/CNAME similarity index 100% rename from CNAME rename to static/CNAME