Skip to content

Instantly share code, notes, and snippets.

@jakobrosenberg
Last active June 16, 2020 06:33
Show Gist options
  • Select an option

  • Save jakobrosenberg/935aa771962f1cfc15418241d84d5de3 to your computer and use it in GitHub Desktop.

Select an option

Save jakobrosenberg/935aa771962f1cfc15418241d84d5de3 to your computer and use it in GitHub Desktop.
Netlify SPA example
[build]
# folder where your files are built. Typically dist or public.
publish = "dist/"
[[redirects]]
# redirect everything to the entrypoint
from = "/*"
to = "/index.html"
status = 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment