Initial site: landing, individuals, employers, library, pricing

This commit is contained in:
seven
2026-06-27 20:20:26 +08:00
commit 4a99724427
7 changed files with 4287 additions and 0 deletions

20
vercel.json Normal file
View 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" }
]
}
]
}