Skip to content

Commit 5cff6b2

Browse files
committed
fixes broken link's of blog
1 parent 6be9577 commit 5cff6b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

src/components/HomePage/ResourcesSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)