maj texte postdetail

This commit is contained in:
sebvtl728
2025-02-01 22:07:50 +01:00
parent 55436deb95
commit 8bccf65623
3 changed files with 53 additions and 33 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ function YourApp() {
<Route path="/services/structure-beton-charpente-metallique-bois" element={<ServiceDeux />} />
<Route path="/services/formation-video" element={<ServiceTrois />} />
<Route path="/admin/create-post" element={<CreatePost />} />
<Route path="/post/:id" element={<PostDetails />} />
<Route path="/post/:slug" element={<PostDetails />} />
<Route path="/admin/posts" element={<PostList />} />
<Route path="/admin/login" element={<Login />} />
<Route path="/admin/dashboard" element={<Dashboard />} />