Skip to content

Commit cc930c6

Browse files
committed
added blogs in nav
1 parent c2c912b commit cc930c6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ const config = {
204204
},
205205

206206
{
207-
to: "/blog",
208-
html: '<span class="nav-emoji">📰</span> Blog',
207+
to: "/blogs",
208+
html: '<span class="nav-emoji">📰</span> Blogs',
209209
},
210210

211211
{

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "code-harbor-hub",
2+
"name": "codeharborhub",
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)