Edited discord embed
This commit is contained in:
parent
97b4d93053
commit
433b956149
2 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ module.exports = {
|
||||||
['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' }],
|
['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' }],
|
||||||
['link', { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' }],
|
['link', { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' }],
|
||||||
['link', { rel: 'manifest', href: '/site.webmanifest' }],
|
['link', { rel: 'manifest', href: '/site.webmanifest' }],
|
||||||
['script', { defer: true, 'data-domain': 'moddingtree.com', src: 'https://plausible.io/js/plausible.js' }]
|
['script', { defer: true, 'data-domain': 'moddingtree.com', src: 'https://plausible.io/js/plausible.js' }],
|
||||||
|
['meta', { name: 'og:description', content: 'A game engine that grows with you' }],
|
||||||
|
['meta', { name: 'og:image', content: '/Logo.png' }]
|
||||||
],
|
],
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
repo: 'profectus-engine/profectus-docs',
|
repo: 'profectus-engine/profectus-docs',
|
||||||
|
|
BIN
public/Logo.png
Normal file
BIN
public/Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
Add table
Reference in a new issue