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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user