diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 21:56:55 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 21:56:55 +0300 |
| commit | c735556726e75428550a3d28a2cf58e2c8490b7d (patch) | |
| tree | fd0ae29d1636b825abeedff6b99d3376bb383135 /netlify.toml | |
Initial template
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..cbc12db --- /dev/null +++ b/netlify.toml @@ -0,0 +1,9 @@ +[build] + publish = "dist" + command = "npm run build" +[build.processing.html] + pretty_urls = false +[[headers]] + for = "/_astro/*" + [headers.values] + Cache-Control = "public, max-age=31536000, immutable" |
