INIT (I swear I will never re-init this repo again)
This commit is contained in:
commit
3db85006cc
105 changed files with 16927 additions and 0 deletions
9
netlify.toml
Normal file
9
netlify.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue