fix: move logo to static folder and update template paths

This commit is contained in:
2026-03-12 12:46:04 +08:00
parent f50fdef263
commit a38f5de32a
6 changed files with 11 additions and 40 deletions

34
.gitignore vendored
View File

@@ -1,32 +1,2 @@
# ── GSD baseline (auto-generated) ──
.gsd/activity/
.gsd/runtime/
.gsd/auto.lock
.gsd/metrics.json
.gsd/STATE.md
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/
*.code-workspace
.env
.env.*
!.env.example
node_modules/
.next/
dist/
build/
__pycache__/
*.pyc
.venv/
venv/
target/
vendor/
*.log
coverage/
.cache/
tmp/
# Created by venv; see https://docs.python.org/3/library/venv.html
*