Skip to content

Commit

Permalink
use proper base url
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed May 25, 2024
1 parent e2a41e5 commit 1d6242b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
with:
path: website/build
deploy:
name: Deploy to GitHub Pages
needs: build
permissions:
pages: write
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config = {
tagline: 'Dinosaurs are cool',
favicon: 'img/favicon.ico',
url: 'https://hal9.com',
baseUrl: '/',
baseUrl: '/hal9/',
organizationName: 'hal9ai',
projectName: 'hal9',
plugins: ['docusaurus-plugin-sass'],
Expand Down

0 comments on commit 1d6242b

Please sign in to comment.