We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3188f1 commit 26d44caCopy full SHA for 26d44ca
data/headerNavLinks.ts
@@ -1,9 +1,12 @@
1
const headerNavLinks = [
2
{ href: '/', title: 'Home' },
3
{ href: '/blog', title: 'Blog' },
4
+ { href: '/about', title: 'About' },
5
{ href: '/tags', title: 'Tags' },
6
+ { href: 'https://education.ditectrev.com', title: 'Education', external: true },
7
+ { href: 'https://apps.apple.com/app/cloudmaster-swift/id6503601139', title: 'iOS App', external: true },
8
+ { href: 'https://shop.ditectrev.com/', title: 'Shop', external: true },
9
// { href: '/projects', title: 'Projects' },
- { href: '/about', title: 'About' },
10
]
11
12
export default headerNavLinks
0 commit comments