21 lines
633 B
JSON
21 lines
633 B
JSON
{
|
|
"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" }
|
|
]
|
|
}
|
|
]
|
|
}
|