diff --git a/netlify.toml b/netlify.toml index f09204e..0512635 100755 --- a/netlify.toml +++ b/netlify.toml @@ -10,3 +10,8 @@ from = "/*" to = "/index.html" status = 200 + +[[headers]] + for = "/manifest.webmanifest" + [headers.values] + Content-Type = "application/manifest+json" \ No newline at end of file diff --git a/public/_headers b/public/_headers new file mode 100644 index 0000000..9079d85 --- /dev/null +++ b/public/_headers @@ -0,0 +1,3 @@ +/assets/* + cache-control: max-age=31536000 + cache-control: immutable