correction deploiement
This commit is contained in:
32
.next/app-path-routes-manifest.json
Normal file
32
.next/app-path-routes-manifest.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"/_global-error/page": "/_global-error",
|
||||
"/_not-found/page": "/_not-found",
|
||||
"/api/ai/generate/route": "/api/ai/generate",
|
||||
"/api/ai/transform/route": "/api/ai/transform",
|
||||
"/api/auth/[...nextauth]/route": "/api/auth/[...nextauth]",
|
||||
"/api/auth/register/route": "/api/auth/register",
|
||||
"/api/chapters/[id]/route": "/api/chapters/[id]",
|
||||
"/api/chapters/route": "/api/chapters",
|
||||
"/api/entities/[id]/route": "/api/entities/[id]",
|
||||
"/api/entities/route": "/api/entities",
|
||||
"/api/ideas/[id]/route": "/api/ideas/[id]",
|
||||
"/api/ideas/route": "/api/ideas",
|
||||
"/api/plans/route": "/api/plans",
|
||||
"/api/projects/[id]/route": "/api/projects/[id]",
|
||||
"/api/projects/[id]/workflow/route": "/api/projects/[id]/workflow",
|
||||
"/api/projects/route": "/api/projects",
|
||||
"/api/user/profile/route": "/api/user/profile",
|
||||
"/checkout/page": "/checkout",
|
||||
"/dashboard/page": "/dashboard",
|
||||
"/features/page": "/features",
|
||||
"/login/page": "/login",
|
||||
"/page": "/",
|
||||
"/pricing/page": "/pricing",
|
||||
"/profile/page": "/profile",
|
||||
"/project/[id]/ideas/page": "/project/[id]/ideas",
|
||||
"/project/[id]/page": "/project/[id]",
|
||||
"/project/[id]/settings/page": "/project/[id]/settings",
|
||||
"/project/[id]/workflow/page": "/project/[id]/workflow",
|
||||
"/project/[id]/world/page": "/project/[id]/world",
|
||||
"/signup/page": "/signup"
|
||||
}
|
||||
Reference in New Issue
Block a user