Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use cleanUrls in firebase config #12

Merged
merged 1 commit into from
Jul 25, 2024
Merged

fix: use cleanUrls in firebase config #12

merged 1 commit into from
Jul 25, 2024

Commits on Jul 25, 2024

  1. fix: use cleanUrls in firebase config

    Sets `cleanUrls=true` in the Firebase config [0], to fix how subpage
    navigation works on the hosted site. I'm not stoked that we need to
    perform this kind of URL rewriting at the hosting layer; I'd prefer that
    the build step emitted a properly structured static docroot.
    
    Refs #8.
    
    [0] https://firebase.google.com/docs/hosting/full-config#control_html_extensions
    conorsch committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    42455b9 View commit details
    Browse the repository at this point in the history