Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iiAhmedYT authored Jan 26, 2025
1 parent 8063f41 commit 0ce504f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
image: 'img/social-card.png',
navbar: {
title: 'Velix Developments',
logo: {
Expand Down Expand Up @@ -100,7 +100,7 @@ const config = {
items: [
{
label: 'Discord',
href: 'https://discordapp.com/invite/VelixDevelopments',
href: 'https://discord.velix.dev',
},
{
label: 'Twitter',
Expand Down Expand Up @@ -133,4 +133,4 @@ const config = {
}),
};

export default config;
export default config;

0 comments on commit 0ce504f

Please sign in to comment.