Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docusaurus/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const siteConfig = {
],
],
themeConfig: {
image: 'img/logo-og.png',
image: 'https://www.propelleraero.com/wp-content/uploads/2021/05/Vector.svg',
announcementBar: {
id: 'support_ukraine',
content:
Expand All @@ -52,12 +52,12 @@ const siteConfig = {
title: 'Create React App',
logo: {
alt: 'Create React App Logo',
src: 'img/logo.svg',
src: 'https://www.propelleraero.com/wp-content/uploads/2021/05/Vector.svg',
},
items: [
{ to: 'docs/getting-started', label: 'Docs', position: 'right' },
{
href: 'https://reactjs.org/community/support.html',
href: 'https://www.propelleraero.com/dirtmate/',
label: 'Help',
position: 'right',
},
Expand All @@ -80,7 +80,7 @@ const siteConfig = {
},
{
label: 'Learn React',
href: 'https://reactjs.org/',
href: 'https://www.propelleraero.com/dirtmate/',
},
],
},
Expand Down Expand Up @@ -117,7 +117,7 @@ const siteConfig = {
],
logo: {
alt: 'Facebook Open Source Logo',
src: 'img/oss_logo.png',
src: 'https://www.propelleraero.com/wp-content/uploads/2021/05/Vector.svg',
},
copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc.`,
},
Expand Down