-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix opening website sub routes using the URL (#1326)
You couldn't call "https://sharezone.net/imprint" but when you opened "https://sharezone.net" and clicked the "Imprint" button, you could navigate to "https://sharezone.net/imprint". The issue was the missing `<base href="$FLUTTER_BASE_HREF">` tag in `index.html`. I added it by deleting the old `index.html` and re-create it by running `flutter create .`.
- Loading branch information
1 parent
7292760
commit a4845db
Showing
4 changed files
with
75 additions
and
49 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
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