a
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
---
|
---
|
||||||
import favIcon from '~/assets/favicons/fav.ico';
|
import favIcon from '~/assets/favicons/fav.ico';
|
||||||
import favIconSvg from '~/assets/favicons/fav.webp';
|
import favIconSvg from '~/assets/favicons/fav.webp';
|
||||||
import appleTouchIcon from '~/assets/favicons/apple-touch-icon.png';
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/webp" href={favIcon} />
|
<link rel="shortcut icon" type="image/webp" href={favIcon} />
|
||||||
<link rel="icon" type="image/webp" href={favIconSvg.src} />
|
<link rel="icon" type="image/webp" href={favIconSvg.src} />
|
||||||
<link rel="mask-icon" href={favIconSvg.src} color="#8D46E7" />
|
<link rel="mask-icon" href={favIconSvg.src} color="#8D46E7" />
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href={appleTouchIcon.src} />
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import { getPermalink, getBlogPermalink, getAsset } from './utils/permalinks';
|
import { getPermalink, getAsset } from './utils/permalinks';
|
||||||
|
|
||||||
export const headerData = {
|
export const headerData = {
|
||||||
links: [
|
links: [
|
||||||
@@ -8,9 +8,9 @@ export const headerData = {
|
|||||||
},
|
},
|
||||||
{ text: 'About', href: getPermalink('/#about')},
|
{ text: 'About', href: getPermalink('/#about')},
|
||||||
{ text: 'Resume', href: getPermalink('/#resume') },
|
{ text: 'Resume', href: getPermalink('/#resume') },
|
||||||
|
{ text: 'Skills', href: getPermalink('//#skills') },
|
||||||
{ text: 'Porfolio', href: getPermalink('/#porfolio') },
|
{ text: 'Porfolio', href: getPermalink('/#porfolio') },
|
||||||
{ text: 'Blog', href: getPermalink('/blog') },
|
{ text: 'Blog', href: getPermalink('/blog') },
|
||||||
|
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user