From 1a001cbce291d31c2ea804f0f73acdd7338c62de Mon Sep 17 00:00:00 2001 From: Sebastian Korotkiewicz Date: Thu, 19 Oct 2023 22:35:48 +0200 Subject: [PATCH] netlify --- netlify.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..e0da658 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,9 @@ +[build] + command = "yarn build" + publish = "/dist" + base = "/" + +[[redirects]] + from = "/*" + to = "/index.html" + status = 200 \ No newline at end of file