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 = {
229
229
html : '<span class="nav-emoji">💰</span> Donate' ,
230
230
} ,
231
231
{
232
- to : "/blog" ,
232
+ to : "/blog/ " ,
233
233
html : '<span class="nav-emoji">📰</span> Blog' ,
234
234
} ,
235
235
{
@@ -393,7 +393,7 @@ const config = {
393
393
items : [
394
394
{
395
395
label : "Blog" ,
396
- to : "/blog" ,
396
+ to : "/blog/ " ,
397
397
} ,
398
398
{
399
399
label : "Community" ,
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export default function ResourcesSection() {
132
132
< h2 className = "resources-title" > Want to know more?</ h2 >
133
133
</ div >
134
134
{ /* Link to view all blogs */ }
135
- < Link to = "/blogs " className = "resources-all-blogs" >
135
+ < Link to = "/blog/ " className = "resources-all-blogs" >
136
136
All Blogs < ArrowRightFilled className = "arrow-icon" />
137
137
</ Link >
138
138
</ div >
You can’t perform that action at this time.
0 commit comments