Skip to content

Commit

Permalink
fix(config): change url and baseUrl to match the github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
really-need-anonymous committed Dec 28, 2024
1 parent 30291d1 commit c474fca
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 = {
favicon: 'img/icon.jpeg',
tagline: 'The wiki of $Li and snowflake foundation',

url: 'https://your-docusaurus-site.example.com', // TODO: need set to real url
baseUrl: '/', // TODO: need set to real url
url: 'https://li-dao.github.io', // TODO: need set to real url
baseUrl: '/wiki/', // TODO: need set to real url

// Help to simplify url
trailingSlash: false,
Expand Down

0 comments on commit c474fca

Please sign in to comment.