{ "public": true, "headers": [ { "source": "/(.*)", "headers": [ { "key": "Access-Control-Allow-Origin", "value": "*" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "Feature-Policy", "value": "*" }, { "key": "Referrer-Policy", "value": "origin" } ] } ], "redirects": [ { "source": "/webex/:match*", "destination": "https://for-webex.excalidraw.com" }, { "source": "/Virgil.woff2", "destination": "https://excalidraw.nyc3.cdn.digitaloceanspaces.com/fonts/Virgil.woff2" }, { "source": "/Cascadia.woff2", "destination": "https://excalidraw.nyc3.cdn.digitaloceanspaces.com/fonts/Cascadia.woff2" }, { "source": "/Assistant-Regular.woff2", "destination": "https://excalidraw.nyc3.cdn.digitaloceanspaces.com/fonts/Assistant-Regular.woff2" }, { "source": "/:path*", "has": [ { "type": "host", "value": "vscode.excalidraw.com" } ], "destination": "https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor" } ], "outputDirectory": "excalidraw-app/build", "installCommand": "yarn install" }