petit responsive ++ correction editeur de texte

This commit is contained in:
2026-03-04 22:01:36 +01:00
parent c8fffece3e
commit 5b1bd74d9c
365 changed files with 6373 additions and 2514 deletions

View File

@@ -16,6 +16,8 @@
"/api/projects/[id]/workflow/route": "app/api/projects/[id]/workflow/route.js",
"/api/projects/route": "app/api/projects/route.js",
"/api/user/profile/route": "app/api/user/profile/route.js",
"/cgu/page": "app/cgu/page.js",
"/cgv/page": "app/cgv/page.js",
"/checkout/page": "app/checkout/page.js",
"/dashboard/page": "app/dashboard/page.js",
"/features/page": "app/features/page.js",
@@ -28,5 +30,6 @@
"/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",
"/signup/page": "app/signup/page.js"
"/signup/page": "app/signup/page.js",
"/sitemap/page": "app/sitemap/page.js"
}