From 5d7beebcfc837d6530d48adba540832eb1f05656 Mon Sep 17 00:00:00 2001 From: Dominik Noga Date: Fri, 22 Mar 2024 20:40:42 +0100 Subject: [PATCH] added config for 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..aa6a949 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,9 @@ +[build] + base = "ISD-conference-web-app-frontend" + command = "npm run build" + publish = "dist/" + + [[redirects]] + from = "/*" + to = "/index.html" + status = 200 \ No newline at end of file