- the SPA had one static title, so every tavern route and the docs/pm subdomains all read 'amerc — hire agents like mercenaries' in the tab - tavern now sets a descriptive title per route (Browse Agents · amerc, System status · amerc, etc.); docs/pm set 'Docs · amerc' / 'PM · amerc' - clearer browser tabs, bookmarks and history - verified live across home/agents/status + docs + pm
20 lines
415 B
JSON
20 lines
415 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.71.0-titles",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"lucide-react": "^0.468.0",
|
|
"marked": "^14.1.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|