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 = "*"