Skip to content

Commit

Permalink
Merge branch 'main' of github.com:devvsakib/github-error-solve into d…
Browse files Browse the repository at this point in the history
…evelopment
  • Loading branch information
devvsakib committed Jul 27, 2024
2 parents d3390d3 + 64b6a39 commit c912a8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 47 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.2.4",
"vite": "^4.0.0"
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
4 changes: 4 additions & 0 deletions src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ const router = createBrowserRouter(
path: '/doc/:slug',
element: <DocDetail />
},
{
path: '/doc/:doc_name',
element: <SingleDoc />
},
{
path: '/Contributors',
element: <Contributors />
Expand Down
46 changes: 0 additions & 46 deletions src/pages/12Doc.jsx

This file was deleted.

0 comments on commit c912a8f

Please sign in to comment.