Restructure internal URL prefixes from /_/... to /_...

- Move API routes from /_/api/ to /_api/
- Move uploaded files from /_/f/ to /_f/
- Move built assets from /_/assets/ to /_assets/
- Move admin shell from /_/admin to /_admin
- Update Vite proxy/build config, frontend fetches/WebSockets, devserver health URL, seed content, and docs
- Fix README database name to pagerite.kantadb
This commit is contained in:
2026-08-16 20:04:16 +00:00
parent 6de0307856
commit 53d98f0583
15 changed files with 81 additions and 80 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ uv run pagerite # serves the built frontend
uv run scripts/devserver.py # dev mode with auto reloads (no build needed)
```
The database lives in `pagerite.kanta` in the working directory
The database lives in `pagerite.kantadb` in the working directory
(`PAGERITE_DB` overrides). On startup, demo pages from `pagerite/seed.py`
are added only if missing.