Skip to content

Commit 2a0e37d

Browse files
committed
Fixed config for deploy
1 parent 2dbd580 commit 2a0e37d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ const config = {
4646
// Please change this to your repo.
4747
// Remove this to remove the "edit this page" links.
4848
editUrl:
49-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
49+
'https://github.com/SmartArmStack/SmartArmStack',
5050
},
5151
blog: {
5252
showReadingTime: true,
5353
// Please change this to your repo.
5454
// Remove this to remove the "edit this page" links.
5555
editUrl:
56-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
56+
'https://github.com/SmartArmStack/SmartArmStack',
5757
},
5858
theme: {
5959
customCss: require.resolve('./src/css/custom.css'),
@@ -66,7 +66,7 @@ const config = {
6666
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
6767
({
6868
// Replace with your project's social card
69-
image: 'img/docusaurus-social-card.jpg',
69+
//image: 'img/docusaurus-social-card.jpg',
7070
navbar: {
7171
title: 'Home',
7272
logo: {

0 commit comments

Comments
 (0)