mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-10 14:11:22 -06:00
docs: add favicon
This commit is contained in:
parent
c384ab350c
commit
075d3f68fe
@ -8,7 +8,6 @@ export default defineConfig({
|
||||
metaChunk: true,
|
||||
|
||||
head: [
|
||||
['link', { rel: 'icon', type: 'image/png', href: '/images/logo.png' }],
|
||||
['meta', { name: 'theme-color', content: '#3399ff' }],
|
||||
['meta', { property: 'og:type', content: 'website' }],
|
||||
['meta', { property: 'og:locale', content: 'en' }],
|
||||
@ -16,6 +15,11 @@ export default defineConfig({
|
||||
['meta', { property: 'og:site_name', content: 'Sky Follower Bridge' }],
|
||||
['meta', { property: 'og:image', content: 'https://sky-follower-bridge-docs.vercel.app/og-image.png' }],
|
||||
['meta', { property: 'og:url', content: 'https://sky-follower-bridge-docs.vercel.app/' }],
|
||||
['link', { rel: 'icon', type: 'image/png', href: '/favicon/favicon-96x96.png', sizes: '96x96' }],
|
||||
['link', { rel: 'icon', type: 'image/svg+xml', href: '/favicon/favicon.svg' }],
|
||||
['link', { rel: 'shortcut icon', href: '/favicon/favicon.ico' }],
|
||||
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/favicon/apple-touch-icon.png' }],
|
||||
['link', { rel: 'manifest', href: '/favicon/site.webmanifest' }],
|
||||
],
|
||||
|
||||
description: "Sky Follower Bridge is a Chrome extension that allows you to follow users on Bluesky from your own account.",
|
||||
|
BIN
docs/public/favicon/apple-touch-icon.png
Normal file
BIN
docs/public/favicon/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
docs/public/favicon/favicon-96x96.png
Normal file
BIN
docs/public/favicon/favicon-96x96.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
BIN
docs/public/favicon/favicon.ico
Normal file
BIN
docs/public/favicon/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
3
docs/public/favicon/favicon.svg
Normal file
3
docs/public/favicon/favicon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 54 KiB |
21
docs/public/favicon/site.webmanifest
Normal file
21
docs/public/favicon/site.webmanifest
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "MyWebSite",
|
||||
"short_name": "MySite",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
BIN
docs/public/favicon/web-app-manifest-192x192.png
Normal file
BIN
docs/public/favicon/web-app-manifest-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
docs/public/favicon/web-app-manifest-512x512.png
Normal file
BIN
docs/public/favicon/web-app-manifest-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
Loading…
x
Reference in New Issue
Block a user