Skip to content

Commit c912a8f

Browse files
committed
Merge branch 'main' of github.com:devvsakib/github-error-solve into development
2 parents d3390d3 + 64b6a39 commit c912a8f

File tree

3 files changed

+6
-47
lines changed

3 files changed

+6
-47
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
"pretty-quick": "^3.1.3",
3838
"tailwindcss": "^3.2.4",
3939
"vite": "^4.0.0"
40-
}
40+
},
41+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
4142
}

src/main.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ const router = createBrowserRouter(
2828
path: '/doc/:slug',
2929
element: <DocDetail />
3030
},
31+
{
32+
path: '/doc/:doc_name',
33+
element: <SingleDoc />
34+
},
3135
{
3236
path: '/Contributors',
3337
element: <Contributors />

src/pages/12Doc.jsx

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)