File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ export function MainHeader(props: NavProps) {
6262 const homePageUrl = createMemo ( ( ) => {
6363 switch ( project ( ) ) {
6464 case "solid-start" :
65- return "/solid-start" ;
65+ return "/solid-start/ " ;
6666 case "solid-router" :
67- return "/solid-router" ;
67+ return "/solid-router/ " ;
6868 case "solid-meta" :
69- return "/solid-meta" ;
69+ return "/solid-meta/ " ;
7070 default :
7171 return "/" ;
7272 }
@@ -107,7 +107,7 @@ export function MainHeader(props: NavProps) {
107107 </ li >
108108 < li >
109109 < A
110- href = "/solid-router"
110+ href = "/solid-router/ "
111111 class = "text-slate-900 dark:text-slate-200 px-2"
112112 activeClass = "border-b-2 border-b-blue-500 dark:bottom-b-blue-500 transition-all duration-250"
113113 addLocale
@@ -117,7 +117,7 @@ export function MainHeader(props: NavProps) {
117117 </ li >
118118 < li >
119119 < A
120- href = "/solid-start"
120+ href = "/solid-start/ "
121121 class = "text-slate-900 dark:text-slate-200 px-2"
122122 activeClass = "border-b-2 border-b-blue-500 dark:bottom-b-blue-500 transition-all duration-250"
123123 addLocale
@@ -127,7 +127,7 @@ export function MainHeader(props: NavProps) {
127127 </ li >
128128 < li >
129129 < A
130- href = "/solid-meta"
130+ href = "/solid-meta/ "
131131 class = "text-slate-900 dark:text-slate-200 px-2"
132132 activeClass = "border-b-2 border-b-blue-500 dark:bottom-b-blue-500 transition-all duration-250"
133133 addLocale
You can’t perform that action at this time.
0 commit comments