Initial commit: OOODMDK website with updated cities page design
This commit is contained in:
14
vercel.json
Normal file
14
vercel.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"framework": "astro",
|
||||
"headers": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Content-Security-Policy",
|
||||
"value": "default-src 'self'; img-src 'self' https: data:; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; font-src 'self';"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user