Skip to content

Commit

Permalink
fix link path
Browse files Browse the repository at this point in the history
  • Loading branch information
knhnd committed Jan 11, 2025
1 parent a4c7300 commit 2c3634c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ export default defineConfig({
label: 'Home', slug: 'index'
},
{
label: 'Courses', slug: './courses/'
label: 'Courses', slug: 'courses'
},
{
label: 'Tutorials', slug: './tutorials/'
label: 'Tutorials', slug: 'tutorials'
},
{
label: 'Documents', slug: './documents/'
label: 'Documents', slug: 'documents'
},
{
label: 'Others', slug: './others/'
label: 'Others', slug: 'others'
},
],
}),
Expand Down

0 comments on commit 2c3634c

Please sign in to comment.