@@ -50,11 +50,11 @@ export const defaultMeta: SiteMeta = {
5050export const navigationConfig = {
5151 mainMenu : [
5252 { label : 'home' , url : '/' } ,
53- { label : 'posts' , url : '/posts' } ,
54- { label : 'notes' , url : '/notes' } ,
55- { label : 'fragments' , url : '/fragments' } ,
56- { label : 'about' , url : '/about' } ,
57- { label : 'search' , url : '/search' } ,
53+ { label : 'posts' , url : '/posts/ ' } ,
54+ { label : 'notes' , url : '/notes/ ' } ,
55+ { label : 'fragments' , url : '/fragments/ ' } ,
56+ { label : 'about' , url : '/about/ ' } ,
57+ { label : 'search' , url : '/search/ ' } ,
5858 ] ,
5959 socialLinks : [
6060 { label : 'email' , url : `mailto:${ siteConfig . email } ` } ,
@@ -87,19 +87,19 @@ export const exploreLinks: ExploreLink[] = [
8787 {
8888 title : 'Posts' ,
8989 description : "Essays I've taken time to finish" ,
90- url : '/posts' ,
90+ url : '/posts/ ' ,
9191 } ,
9292 {
9393 title : 'Notes' ,
9494 description : "Stuff I'm learning, mostly for myself" ,
95- url : '/notes' ,
95+ url : '/notes/ ' ,
9696 } ,
9797 {
9898 title : 'Fragments' ,
9999 description : 'Stray thoughts, links, tiny updates' ,
100- url : '/fragments' ,
100+ url : '/fragments/ ' ,
101101 } ,
102- { title : 'Search' , description : ' Everything I’ ve written' , url : '/search' } ,
102+ { title : 'Search' , description : " Everything I' ve written" , url : '/search/ ' } ,
103103] ;
104104
105105// Re-export for backward compatibility (from the old data/index.ts)
0 commit comments