jackmerrill.com/.vercel/output/config.json

19 lines
252 B
JSON
Raw Normal View History

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