Skip to content

Instantly share code, notes, and snippets.

@Aurumaker72
Created March 7, 2023 18:02
Show Gist options
  • Select an option

  • Save Aurumaker72/f3b6ede5ae5e74be976d2c08394d2853 to your computer and use it in GitHub Desktop.

Select an option

Save Aurumaker72/f3b6ede5ae5e74be976d2c08394d2853 to your computer and use it in GitHub Desktop.
firebase.json configuration for Svelte SPA
{
"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