Về công cụ này
Config Vercel: rewrite SPA và một header bảo mật.
vercel.json sẵn sàng dùng — xem nội dung, copy, hoặc tải về đúng tên file. Miễn phí, 100% trong trình duyệt.
Config Vercel: rewrite SPA và một header bảo mật.
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }],
"headers": [
{
"source": "/(.*)",
"headers": [{ "key": "X-Content-Type-Options", "value": "nosniff" }]
}
]
}
Config Vercel: rewrite SPA và một header bảo mật.
vercel.json sẵn sàng dùng — xem nội dung, copy, hoặc tải về đúng tên file. Miễn phí, 100% trong trình duyệt.