diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 15:08:37 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 15:08:37 +0300 |
| commit | fcc2f4704e39b0e69b377cc138f75027721dac22 (patch) | |
| tree | 732fc94b354a26c08fba9cc9059f9c6c900182be /vercel.json | |
Initial template
Diffstat (limited to 'vercel.json')
| -rw-r--r-- | vercel.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..3526282 --- /dev/null +++ b/vercel.json @@ -0,0 +1,15 @@ +{ + "cleanUrls": true, + "trailingSlash": false, + "headers": [ + { + "source": "/_astro/(.*)", + "headers": [ + { + "key": "Cache-Control", + "value": "public, max-age=31536000, immutable" + } + ] + } + ] +} |
