diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..2281daf --- /dev/null +++ b/netlify.toml @@ -0,0 +1,14 @@ +[[headers]] + for = "/images/*" + [headers.values] + Cache-Control = "public, max-age=604800" + +[[headers]] + for = "/static/*" + [headers.values] + Cache-Control = "public, max-age=31536000" + +[[redirects]] + from = "/*" + to = "/index.html" + status = 200 \ No newline at end of file diff --git a/public/_redirects b/public/_redirects deleted file mode 100644 index 50a4633..0000000 --- a/public/_redirects +++ /dev/null @@ -1 +0,0 @@ -/* /index.html 200 \ No newline at end of file