Skip to content

Commit 9bc6e64

Browse files
URL problem
1 parent 40da26d commit 9bc6e64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quartz.layout.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const sharedPageComponents: SharedLayout = {
1010
Component.MobileOnly(Component.Spacer()),
1111
Component.NavigationLinks({
1212
links: {
13-
Blogs: "../blogs",
13+
Blogs: "./blogs",
1414
Github: "https://github.com/PrathameshDhande22/Java-Tutorial",
1515
"About Me": "https://github.com/PrathameshDhande22"
1616
}
@@ -24,7 +24,7 @@ export const sharedPageComponents: SharedLayout = {
2424
header: [Component.MobileOnly(
2525
Component.Drawer({
2626
links: {
27-
Blogs: "../blogs",
27+
Blogs: "./blogs",
2828
Github: "https://github.com/PrathameshDhande22/Java-Tutorial",
2929
"About Me": "https://github.com/PrathameshDhande22"
3030
}

0 commit comments

Comments
 (0)