From 30587e03170e6db3c6f9c8fa38bc68e1eead63e8 Mon Sep 17 00:00:00 2001 From: zyqunix Date: Mon, 2 Dec 2024 19:59:46 +0100 Subject: [PATCH] removed netlify.toml, main page was /guestbook --- netlify.toml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 6fae33a..0000000 --- a/netlify.toml +++ /dev/null @@ -1,8 +0,0 @@ -[build] - publish = "guestbook" # or the directory that contains your index.html - functions = "functions" - -[[redirects]] - from = "/functions/*" - to = "/.netlify/functions/:splat" - status = 200