From 51139379718e6e695b0bc85fff2fa964eccba42d Mon Sep 17 00:00:00 2001 From: jay3779 <31307383+jay3779@users.noreply.github.com> Date: Fri, 23 Dec 2022 14:20:38 +0000 Subject: [PATCH] Update netlify.toml --- netlify.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 473dad1..fc8aec1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,8 @@ +base = "" +publish = "." +command = "" + + [[edge_functions]] path = "/*" function = "metadata" @@ -15,4 +20,4 @@ [[headers]] for = "/js/*" [headers.values] - Access-Control-Allow-Origin = "*" \ No newline at end of file + Access-Control-Allow-Origin = "*"