Created
March 7, 2023 18:02
-
-
Save Aurumaker72/f3b6ede5ae5e74be976d2c08394d2853 to your computer and use it in GitHub Desktop.
firebase.json configuration for Svelte SPA
This file contains hidden or 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
| { | |
| "hosting": { | |
| "public": "dist/", | |
| "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], | |
| "rewrites": [ | |
| { | |
| "source": "**", | |
| "destination": "/index.html" | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment