This commit is contained in:
Sebastian Korotkiewicz 2023-10-19 22:35:48 +02:00
parent 47985c032c
commit 1a001cbce2
Signed by: skorotkiewicz
GPG key ID: 5BDC557B496BDB0D

9
netlify.toml Normal file
View file

@ -0,0 +1,9 @@
[build]
command = "yarn build"
publish = "/dist"
base = "/"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200