This commit is contained in:
parent
e81c3a729d
commit
41ea0663d0
3 changed files with 3 additions and 2 deletions
|
@ -10,14 +10,15 @@ export default defineNuxtConfig({
|
||||||
meta: [
|
meta: [
|
||||||
{ property: 'og:title', content: 'Gorb - Open-Source Chat Platform' },
|
{ property: 'og:title', content: 'Gorb - Open-Source Chat Platform' },
|
||||||
{ property: 'og:description', content: 'Gorb is an open-source (and eventually federated) chat platform where you\'ll be able to join and chat in servers, chat privately in DMs, and more.' },
|
{ property: 'og:description', content: 'Gorb is an open-source (and eventually federated) chat platform where you\'ll be able to join and chat in servers, chat privately in DMs, and more.' },
|
||||||
// { property: 'og:image', content: 'missing' },
|
{ property: 'og:image', content: '/public/beaver_1.jpg' },
|
||||||
{ property: 'og:url', content: 'https://gorb.app' },
|
{ property: 'og:url', content: 'https://gorb.app' },
|
||||||
{ property: 'og:type', content: 'website' },
|
{ property: 'og:type', content: 'website' },
|
||||||
{ property: 'og:site_name', content: 'Gorb' },
|
{ property: 'og:site_name', content: 'Gorb' },
|
||||||
{ property: 'theme-color', content: "#c200c2" }
|
{ property: 'theme-color', content: "#c200c2" }
|
||||||
],
|
],
|
||||||
link: [
|
link: [
|
||||||
{ rel: "canonical", href: "https://gorb.app" }
|
{ rel: "canonical", href: "https://gorb.app" },
|
||||||
|
{ rel: "icon", href: "/public/beaver_2.png", type: "image/png" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
BIN
public/beaver_1.jpg
Normal file
BIN
public/beaver_1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
BIN
public/beaver_2.png
Normal file
BIN
public/beaver_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 652 KiB |
Loading…
Add table
Add a link
Reference in a new issue