2020-04-03 16:30:00 +02:00
|
|
|
{
|
2021-05-17 23:03:01 +02:00
|
|
|
"public": true,
|
2020-04-04 01:36:12 +02:00
|
|
|
"headers": [
|
|
|
|
{
|
|
|
|
"source": "/(.*)",
|
|
|
|
"headers": [
|
|
|
|
{
|
|
|
|
"key": "Access-Control-Allow-Origin",
|
2024-07-30 10:34:40 +02:00
|
|
|
"value": "https://excalidraw.com"
|
2020-04-04 01:36:12 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "X-Content-Type-Options",
|
|
|
|
"value": "nosniff"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "Feature-Policy",
|
|
|
|
"value": "*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "Referrer-Policy",
|
|
|
|
"value": "origin"
|
|
|
|
}
|
|
|
|
]
|
2024-07-30 10:34:40 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/:file*.woff2",
|
|
|
|
"headers": [
|
|
|
|
{
|
|
|
|
"key": "Cache-Control",
|
|
|
|
"value": "public, max-age=31536000"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "Access-Control-Allow-Origin",
|
|
|
|
"value": "https://excalidraw.com"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/(Virgil|Cascadia|Assistant-Regular).woff2",
|
|
|
|
"headers": [
|
|
|
|
{
|
|
|
|
"key": "Cache-Control",
|
|
|
|
"value": "public, max-age=31536000"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "Access-Control-Allow-Origin",
|
|
|
|
"value": "*"
|
|
|
|
}
|
|
|
|
]
|
2020-04-04 01:36:12 +02:00
|
|
|
}
|
2021-10-26 14:49:41 +02:00
|
|
|
],
|
2021-10-26 16:02:30 +02:00
|
|
|
"redirects": [
|
2021-10-26 14:49:41 +02:00
|
|
|
{
|
|
|
|
"source": "/webex/:match*",
|
2021-10-26 17:01:05 +02:00
|
|
|
"destination": "https://for-webex.excalidraw.com"
|
2022-06-23 17:42:50 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/:path*",
|
|
|
|
"has": [
|
|
|
|
{
|
|
|
|
"type": "host",
|
|
|
|
"value": "vscode.excalidraw.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"destination": "https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor"
|
2021-10-26 14:49:41 +02:00
|
|
|
}
|
2023-12-07 12:09:11 +01:00
|
|
|
],
|
|
|
|
"outputDirectory": "excalidraw-app/build",
|
2023-12-12 07:02:51 +01:00
|
|
|
"installCommand": "yarn install"
|
2020-04-03 16:30:00 +02:00
|
|
|
}
|