Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created July 26, 2019 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dance2die/082d03441aa832ee65f80eb5e3c9f322 to your computer and use it in GitHub Desktop.
Save dance2die/082d03441aa832ee65f80eb5e3c9f322 to your computer and use it in GitHub Desktop.
[build]
command = "npm run build"
publish = "public/"
# Redirect rule defined in "_redirect" isn't working.
# using netlify.toml instead.
# Refer to the documentation - https://www.netlify.com/docs/netlify-toml-reference/#getting-started
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment