-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gh-page): GitHub 404 page (#6198)
* fix(routing): fix github 404 page * fix(routing): move js into separate files * feat(routing): fix 404 github page * delete extra including in angular.json * fix(gh-pages): fix 404 gh page * fix(gh-pages): use hash * chore: npm scripts for version * chore(changelog): update changelog for v 7.0.0-rc.3
- Loading branch information
1 parent
8b1d950
commit a6f04e6
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export const environment = { | ||
production: true, | ||
useHash: false | ||
useHash: true | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters