Skip to content

Commit

Permalink
feat: custom sub domain
Browse files Browse the repository at this point in the history
  • Loading branch information
lilpacy committed Jul 1, 2024
1 parent 18cab81 commit 3de8035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const config: Config = {
tagline: 'Dinosaurs are cool',
favicon: 'img/favicon.ico',

url: `https://${organizationName}.github.io`,
baseUrl: `/${projectName}/`,
url: `https://whitepaper.animechain.ai/`,
baseUrl: `/`,

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down

0 comments on commit 3de8035

Please sign in to comment.