2025-11-07 12:18:42 +01:00
|
|
|
{
|
|
|
|
|
"rewrites": [
|
2026-03-07 14:03:07 +08:00
|
|
|
{ "source": "^/(?!.*\\.).*$", "destination": "/index.html" }
|
2026-01-30 12:28:41 +08:00
|
|
|
],
|
2026-03-01 14:26:29 +08:00
|
|
|
"headers": [
|
|
|
|
|
{
|
|
|
|
|
"source": "/(.*)",
|
|
|
|
|
"headers": [
|
|
|
|
|
{ "key": "X-Content-Type-Options", "value": "nosniff" },
|
|
|
|
|
{ "key": "X-Frame-Options", "value": "DENY" },
|
|
|
|
|
{ "key": "Referrer-Policy", "value": "no-referrer" },
|
|
|
|
|
{ "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=()" },
|
|
|
|
|
{ "key": "X-DNS-Prefetch-Control", "value": "off" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-02-26 19:20:20 +08:00
|
|
|
"installCommand": "HUSKY=0 YARN_CACHE_FOLDER=/tmp/yarn-cache yarn install --frozen-lockfile --network-timeout 600000 --network-concurrency 1 --child-concurrency 1",
|
2026-01-30 12:28:41 +08:00
|
|
|
"buildCommand": "yarn build",
|
|
|
|
|
"outputDirectory": "build",
|
|
|
|
|
"framework": "vite"
|
2025-11-07 12:18:42 +01:00
|
|
|
}
|