File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ const config = {
229229 html : '<span class="nav-emoji">💰</span> Donate' ,
230230 } ,
231231 {
232- to : "/blog" ,
232+ to : "/blog/ " ,
233233 html : '<span class="nav-emoji">📰</span> Blog' ,
234234 } ,
235235 {
@@ -393,7 +393,7 @@ const config = {
393393 items : [
394394 {
395395 label : "Blog" ,
396- to : "/blog" ,
396+ to : "/blog/ " ,
397397 } ,
398398 {
399399 label : "Community" ,
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export default function ResourcesSection() {
132132 < h2 className = "resources-title" > Want to know more?</ h2 >
133133 </ div >
134134 { /* Link to view all blogs */ }
135- < Link to = "/blogs " className = "resources-all-blogs" >
135+ < Link to = "/blog/ " className = "resources-all-blogs" >
136136 All Blogs < ArrowRightFilled className = "arrow-icon" />
137137 </ Link >
138138 </ div >
You can’t perform that action at this time.
0 commit comments