mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-17 16:00:59 +00:00
refactor(web): migrate from Next.js to Vite + React Router
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"headers": {
|
||||
"x-nextjs-stale-time": "300",
|
||||
"x-nextjs-prerender": "1",
|
||||
"x-next-cache-tags": "_N_T_/layout,_N_T_/home/layout,_N_T_/home/knowledge/layout,_N_T_/home/knowledge/page,_N_T_/home/knowledge"
|
||||
},
|
||||
"segmentPaths": [
|
||||
"/_tree",
|
||||
"/_full",
|
||||
"/home/knowledge/__PAGE__",
|
||||
"/home/knowledge",
|
||||
"/home",
|
||||
"/_index",
|
||||
"/_head"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user