chore: sync local changes to Gitea

This commit is contained in:
shumengya
2026-06-24 22:10:27 +08:00
parent 10ff96f32b
commit ad8997a5ec
105 changed files with 11146 additions and 1207 deletions

View File

@@ -1,5 +1,5 @@
name = "sproutblog"
main = "worker.js"
main = "src/worker/index.ts"
compatibility_date = "2026-04-13"
routes = [
@@ -7,7 +7,10 @@ routes = [
]
[assets]
directory = "./public/"
directory = "./dist"
binding = "ASSETS"
not_found_handling = "single-page-application"
run_worker_first = [ "/api/*" ]
[vars]
SITE_TITLE = "萌芽小窝"