chore: sync local changes to Gitea
This commit is contained in:
@@ -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 = "萌芽小窝"
|
||||
|
||||
Reference in New Issue
Block a user