mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-04 22:32:55 +00:00
use submodule
This commit is contained in:
+27
-1
@@ -6,7 +6,7 @@
|
||||
"headers": [
|
||||
{
|
||||
"key": "Access-Control-Allow-Origin",
|
||||
"value": "*"
|
||||
"value": "https://excalidraw.com"
|
||||
},
|
||||
{
|
||||
"key": "X-Content-Type-Options",
|
||||
@@ -21,6 +21,32 @@
|
||||
"value": "origin"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"redirects": [
|
||||
|
||||
Reference in New Issue
Block a user