Initial site: landing, individuals, employers, library, pricing
This commit is contained in:
20
vercel.json
Normal file
20
vercel.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"cleanUrls": true,
|
||||
"trailingSlash": false,
|
||||
"rewrites": [
|
||||
{ "source": "/pricing", "destination": "/abigail_pricing" },
|
||||
{ "source": "/individuals", "destination": "/abigail_individuals" },
|
||||
{ "source": "/employers", "destination": "/abigail_employers" },
|
||||
{ "source": "/library", "destination": "/abigail_library" }
|
||||
],
|
||||
"headers": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"headers": [
|
||||
{ "key": "X-Content-Type-Options", "value": "nosniff" },
|
||||
{ "key": "X-Frame-Options", "value": "SAMEORIGIN" },
|
||||
{ "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user