Skip to content

Instantly share code, notes, and snippets.

@jordienr
Created July 13, 2021 11:42
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 jordienr/8238414aac93b348d0353258145a1d14 to your computer and use it in GitHub Desktop.
Save jordienr/8238414aac93b348d0353258145a1d14 to your computer and use it in GitHub Desktop.
netlify.toml - vue2
[build]
publish = "mvp/dist"
command = "yarn build && yarn linkdeps"
[context.production]
environment = { NODE_VERSION = "14.17.0", NETLIFY_USE_YARN = "true" }
[[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