diff --git a/staticwebapp.config.json b/staticwebapp.config.json new file mode 100644 index 0000000..c56f2f2 --- /dev/null +++ b/staticwebapp.config.json @@ -0,0 +1,19 @@ +{ + "trailingSlash": "auto", + "routes": [ + { + "route": "/*", + "headers": { + "cache-control": "must-revalidate, max-age=15770000" + } + } + ], + "responseOverrides": { + "404": { + "rewrite": "/404.html" + } + }, + "globalHeaders": { + "content-security-policy": "default-src https: 'unsafe-eval' 'unsafe-inline'; object-src 'none'" + } +} \ No newline at end of file