chore: Add netlify.toml files for patterns
This commit is contained in:
parent
b3c4f63523
commit
e2cc955753
37 changed files with 325 additions and 1 deletions
9
packages/rendertest/example/netlify.toml
Normal file
9
packages/rendertest/example/netlify.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[build]
|
||||
base = "packages/rendertest/example
|
||||
publish = "build"
|
||||
command = "npm run build"
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
Loading…
Add table
Add a link
Reference in a new issue