Skip to content

Commit

Permalink
fix: change base href (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaZhem authored Jul 26, 2024
1 parent 73dd0b7 commit 9d6b4a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build --base-href='/taiga-lumbermill/'
- run: npx nx build --base-href='/'
- name: Debug output
run: tree dist/apps/taiga-lumbermill/browser -P '*.html'
- name: Deploy preview
Expand Down
2 changes: 1 addition & 1 deletion apps/taiga-lumbermill/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"echo 'Github pages require special 404.html'",
"echo 'Read more: https://angular.io/guide/deployment#deploy-to-github-pages'",
"echo ------",
"nx build taiga-lumbermill -c production",
"nx build taiga-lumbermill -c production --base-href='/taiga-lumbermill/'",
"cp dist/apps/taiga-lumbermill/browser/index.html dist/apps/taiga-lumbermill/browser/404.html"
]
}
Expand Down

0 comments on commit 9d6b4a5

Please sign in to comment.