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
@@ -1,6 +1,6 @@
<script setup>
// Recursive site-structure tree with drag-and-drop ordering (vue-draggable).
// Nodes come from the server (GET /_/api/pages via SiteEditor.vue) as
// Nodes come from the server (GET /_api/pages via SiteEditor.vue) as
// {slug, path, title, order, published, has_content, children}.
// Every node is real: a label whose title and slug are always editable
// inline — the title saves while typing (and focusing it opens the page),