1
0
Fork 0

chore: Add netlify.toml files for patterns

This commit is contained in:
Joost De Cock 2020-10-25 14:05:27 +01:00
parent b3c4f63523
commit e2cc955753
37 changed files with 325 additions and 1 deletions

View file

@ -0,0 +1,9 @@
[build]
base = "packages/rendertest/example
publish = "build"
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200