mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-16 15:31:21 +08:00
12 lines
183 B
TOML
12 lines
183 B
TOML
name = "kazoottt-blog"
|
|
compatibility_date = "2024-01-01"
|
|
|
|
[build]
|
|
command = "pnpm build"
|
|
|
|
[build.upload]
|
|
format = "directory"
|
|
|
|
[site]
|
|
bucket = "./dist"
|
|
pages_build_output_dir = "dist" |