petit responsive ++ correction editeur de texte
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
|
||||
"/api/plans/route": "app/api/plans/route.js",
|
||||
"/features/page": "app/features/page.js",
|
||||
"/page": "app/page.js",
|
||||
"/pricing/page": "app/pricing/page.js"
|
||||
"/api/projects/[id]/route": "app/api/projects/[id]/route.js",
|
||||
"/api/projects/route": "app/api/projects/route.js",
|
||||
"/api/user/profile/route": "app/api/user/profile/route.js",
|
||||
"/dashboard/page": "app/dashboard/page.js",
|
||||
"/login/page": "app/login/page.js",
|
||||
"/project/[id]/ideas/page": "app/project/[id]/ideas/page.js",
|
||||
"/project/[id]/page": "app/project/[id]/page.js",
|
||||
"/project/[id]/settings/page": "app/project/[id]/settings/page.js",
|
||||
"/project/[id]/workflow/page": "app/project/[id]/workflow/page.js",
|
||||
"/project/[id]/world/page": "app/project/[id]/world/page.js"
|
||||
}
|
||||
Reference in New Issue
Block a user