netlify
This commit is contained in:
parent
47985c032c
commit
1a001cbce2
1 changed files with 9 additions and 0 deletions
9
netlify.toml
Normal file
9
netlify.toml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[build]
|
||||||
|
command = "yarn build"
|
||||||
|
publish = "/dist"
|
||||||
|
base = "/"
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/*"
|
||||||
|
to = "/index.html"
|
||||||
|
status = 200
|
Loading…
Add table
Add a link
Reference in a new issue