Skip to content

Commit

Permalink
fix(docs): Fix broken links in docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Mar 19, 2024
1 parent fc29984 commit eed65a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config: Config = {
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
url: 'https://docs.hoarder.app',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
Expand Down Expand Up @@ -72,7 +72,7 @@ const config: Config = {
items: [
{
label: 'Tutorial',
to: '/docs/intro',
to: '/',
},
],
},
Expand Down

0 comments on commit eed65a4

Please sign in to comment.