Skip to content

Commit

Permalink
Ensure build works without SSR
Browse files Browse the repository at this point in the history
 - Removed invalid entries (the game and the about page)
 - Added dynamic routes to config
 - Moved back to root
  • Loading branch information
josejulio committed Oct 2, 2023
1 parent 6761c47 commit 39ee648
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 13,802 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: build
env:
BASE_PATH: '/astrologenie'
BASE_PATH: '/'
run: |
npm run build
touch build/.nojekyll
Expand Down
Loading

0 comments on commit 39ee648

Please sign in to comment.