Skip to content

Commit 0ce504f

Browse files
authored
Update docusaurus.config.js
1 parent 8063f41 commit 0ce504f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const config = {
5959
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
6060
({
6161
// Replace with your project's social card
62-
image: 'img/docusaurus-social-card.jpg',
62+
image: 'img/social-card.png',
6363
navbar: {
6464
title: 'Velix Developments',
6565
logo: {
@@ -100,7 +100,7 @@ const config = {
100100
items: [
101101
{
102102
label: 'Discord',
103-
href: 'https://discordapp.com/invite/VelixDevelopments',
103+
href: 'https://discord.velix.dev',
104104
},
105105
{
106106
label: 'Twitter',
@@ -133,4 +133,4 @@ const config = {
133133
}),
134134
};
135135

136-
export default config;
136+
export default config;

0 commit comments

Comments
 (0)