feat: add netlify and nginx configuration
This commit is contained in:
parent
ecdda0708c
commit
4a7a327eaa
|
@ -0,0 +1,4 @@
|
|||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
|
@ -0,0 +1,3 @@
|
|||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
Loading…
Reference in New Issue