Skip to content

Commit

Permalink
Modify the base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
aitormurgu committed Mar 11, 2024
1 parent f0b39f5 commit dc56280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const config: Config = {
favicon: 'img/favicon.svg',

// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
url: 'https://academy.biotz.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/academy/',
baseUrl: '/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function HomepageHeader() {
<Link
className="button button--secondary button--lg"
to="/docs/category/tutorials">
Biotz Tutorial - 5min ⏱️
Get started ⏱️
</Link>
</div>
</div>
Expand Down

0 comments on commit dc56280

Please sign in to comment.