Skip to content

Commit

Permalink
Add photography link on header
Browse files Browse the repository at this point in the history
  • Loading branch information
suobset committed Jul 5, 2024
1 parent aeecca9 commit bd1dd30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .docusaurus/docusaurus.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ export default {
"label": "Contact",
"position": "left"
},
{
"href": "https://www.flickr.com/photos/suobset/",
"label": "Photography",
"position": "right"
},
{
"to": "/blog",
"label": "Blog",
Expand Down
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ const config = {
label: 'Contact',
position: 'left',
},
{
href: 'https://www.flickr.com/photos/suobset/',
label: 'Photography',
position: 'right',
},
{to: '/blog', label: 'Blog', position: 'right'},
],
},
Expand Down

0 comments on commit bd1dd30

Please sign in to comment.