1
0
Fork 0

INIT (I swear I will never re-init this repo again)

This commit is contained in:
Chlorine 2025-05-10 14:02:07 +08:00
commit 3db85006cc
Signed by: chlorine
GPG key ID: 5ADFCC948BAA473A
105 changed files with 16927 additions and 0 deletions

9
netlify.toml Normal file
View file

@ -0,0 +1,9 @@
[build]
command = "hugo --gc --minify && bun install && (bun run shiki || true)"
functions = "netlify/functions"
publish = "public"
[[headers]]
for = "/*"
[headers.values]
Cache-Control = "public, s-maxage=86400, max-age=86400"