From 14d1d14bb57ed1f2ac18b2a0d3804e920b0377ce Mon Sep 17 00:00:00 2001 From: Melvin Valster Date: Sat, 27 Jul 2019 00:51:01 +0200 Subject: [PATCH] Try to unbreak Netlify --- netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index aaacbdc..b0262d0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,9 +8,9 @@ [headers.values] Cache-Control = "public, max-age=31536000" -[[redirects]] - from = "/images/*" - to = "/images/:splat" +# [[redirects]] +# from = "/images/*" +# to = "/images/:splat" [[redirects]] from = "/*"