Edited discord embed

This commit is contained in:
thepaperpilot 2022-03-02 19:55:07 -06:00
parent 97b4d93053
commit 433b956149
2 changed files with 3 additions and 1 deletions

View file

@ -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: '16x16', href: '/favicon-16x16.png' }],
['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: {
repo: 'profectus-engine/profectus-docs',

BIN
public/Logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB