mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-13 14:10: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/plugins/layout,_N_T_/home/plugins/page,_N_T_/home/plugins"
|
||||
},
|
||||
"segmentPaths": [
|
||||
"/_tree",
|
||||
"/_full",
|
||||
"/home/plugins/__PAGE__",
|
||||
"/home/plugins",
|
||||
"/home",
|
||||
"/_index",
|
||||
"/_head"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user