jackmerrill.com/.vercel/output/config.json
2023-10-31 19:22:25 -04:00

19 lines
252 B
JSON

{
"version": 3,
"routes": [
{
"src": "^/_astro/(.*)$",
"headers": {
"cache-control": "public, max-age=31536000, immutable"
},
"continue": true
},
{
"handle": "filesystem"
},
{
"src": "/.*",
"dest": "render"
}
]
}