diff --git a/static.json b/static.json new file mode 100644 index 0000000000000000000000000000000000000000..108928b30484e47944ce8f11bec336669e658d97 --- /dev/null +++ b/static.json @@ -0,0 +1,19 @@ +{ + "root": "dist/", + "https_only": true, + "clean_urls": true, + "routes": { + "/**": "index.html" + }, + "headers": { + "/**": { + "Cache-Control": "private, no-store, no-cache, must-revalidate, proxy-revalidate", + "Pragma": "no-cache", + "Expires": "Sat, 05 Nov 1955 00:00:00 PST", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains;", + "X-Download-Options": "noopen", + "X-Content-Type-Options": "nosniff", + "X-XSS-Protection": "1; mode=block" + } + } +} \ No newline at end of file