feat: add favicon and logo assets, update App component to use logo

This commit is contained in:
shuaiplus
2026-03-01 04:21:07 +08:00
committed by Shuai
parent 0f132f4f43
commit be3b68956b
12 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name = "nodewarden"
main = "src/index.ts"
compatibility_date = "2024-01-01"
assets = { directory = "./public", not_found_handling = "single-page-application", run_worker_first = ["/api/*", "/identity/*", "/icons/*", "/setup/*", "/config", "/notifications/*", "/.well-known/*", "/favicon.ico", "/favicon.svg"] }
assets = { directory = "./dist", not_found_handling = "single-page-application", run_worker_first = ["/api/*", "/identity/*", "/icons/*", "/setup/*", "/config", "/notifications/*", "/.well-known/*"] }
# D1 Database for storing vault data
[[d1_databases]]