diff --git a/docs/staticwebapp.config.json b/docs/staticwebapp.config.json new file mode 100644 index 00000000..11c10dee --- /dev/null +++ b/docs/staticwebapp.config.json @@ -0,0 +1,7 @@ +{ + "globalHeaders": { + "Access-Control-Allow-Origin": "*", + "Cross-Origin-Embedder-Policy": "require-corp", + "Cross-Origin-Opener-Policy": "same-origin" + } + } \ No newline at end of file