We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40da26d commit 9bc6e64Copy full SHA for 9bc6e64
quartz.layout.ts
@@ -10,7 +10,7 @@ export const sharedPageComponents: SharedLayout = {
10
Component.MobileOnly(Component.Spacer()),
11
Component.NavigationLinks({
12
links: {
13
- Blogs: "../blogs",
+ Blogs: "./blogs",
14
Github: "https://github.com/PrathameshDhande22/Java-Tutorial",
15
"About Me": "https://github.com/PrathameshDhande22"
16
}
@@ -24,7 +24,7 @@ export const sharedPageComponents: SharedLayout = {
24
header: [Component.MobileOnly(
25
Component.Drawer({
26
27
28
29
30
0 commit comments