diff --git a/netlify.toml b/netlify.toml index 9aed4c3..48c7d74 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [[redirects]] from = "/event/*" - to = "https://gallery-prerender.netlify.app/.netlify/functions/render/:route" + to = "/.netlify/functions/render/:route" status = 200 force = true @@ -8,4 +8,4 @@ from = "/*" to = "/index.html" status = 200 - force = false \ No newline at end of file + force = false