chore: cleanup
This commit is contained in:
parent
56154b0c63
commit
205553e5d4
4 changed files with 5 additions and 5 deletions
|
@ -67,13 +67,13 @@
|
|||
/apple-touch-icon-precomposed.png /assets/icons/apple-touch-icon.png 200!
|
||||
/static/favicons/apple-touch-icon.png /assets/icons/apple-touch-icon.png 200!
|
||||
/static/images/avatar.png /assets/img/avatar.png 301!
|
||||
/static/images/avatar.webp /assets/img/avatar.webp 301!
|
||||
/static/images/avatar.webp https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=500&h=500&fm=webp 301!
|
||||
/assets/img/cache/avatar-800w.webp /assets/img/cache/avatar-880w.webp 301!
|
||||
/assets/img/favicon/apple-touch-icon.png /assets/icons/apple-touch-icon.png 301!
|
||||
/assets/img/favicon/favicon-32x32.png /assets/icons/favicon.ico 301!
|
||||
/assets/img/favicon/favicon-16x16.png /assets/icons/favicon.ico 301!
|
||||
/assets/img/logo.webp /assets/img/avatar.webp 301!
|
||||
/assets/img/ogi/default.jpg /assets/img/avatar.webp 301!
|
||||
/assets/img/logo.webp https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=500&h=500&fm=webp 301!
|
||||
/assets/img/ogi/default.jpg https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=500&h=500&fm=webp 301!
|
||||
|
||||
# general
|
||||
/articles/ / 301!
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"locale": "en_US",
|
||||
"lang": "en",
|
||||
"meta_data": {
|
||||
"opengraph_default": "https://coryd.dev/assets/img/avatar.webp"
|
||||
"opengraph_default": "https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=500&h=500&fm=webp"
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 422 KiB |
|
@ -10,7 +10,7 @@ dynamicPermalink: false
|
|||
{
|
||||
"rel": "http://webfinger.net/rel/avatar",
|
||||
"type": "image/webp",
|
||||
"href": "https://coryd.dev/static/images/avatar.webp"
|
||||
"href": "https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=500&h=500&fm=webp"
|
||||
},
|
||||
{
|
||||
"rel": "http://webfinger.net/rel/profile-page",
|
||||
|
|
Reference in a new issue