Skip to content

Commit 45cc4d6

Browse files
committed
Fix build error
1 parent 1ea398e commit 45cc4d6

4 files changed

Lines changed: 4 additions & 74 deletions

File tree

docs/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: intro
33
title: Welcome to Solution Base
44
sidebar_position: 1
5+
slug: /
56
---
67

78
# Welcome to Solution Base

docusaurus.config.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const config: Config = {
2525
organizationName: 'explorercs/EXStevens', // Usually your GitHub org/user name.
2626
projectName: 'SolutionBase', // Usually your repo name.
2727

28-
onBrokenLinks: 'throw',
28+
onBrokenLinks: 'warn',
2929

3030
// Even if you don't use internationalization, you can use this field to set
3131
// useful metadata like html lang. For example, if your site is Chinese, you
@@ -64,8 +64,7 @@ const config: Config = {
6464
],
6565

6666
themeConfig: {
67-
// Replace with your project's social card
68-
image: 'img/docusaurus-social-card.jpg',
67+
image: 'img/favicon.ico',
6968
colorMode: {
7069
respectPrefersColorScheme: true,
7170
},
@@ -98,7 +97,7 @@ const config: Config = {
9897
items: [
9998
{
10099
label: 'Tutorial',
101-
to: '/intro',
100+
to: '/',
102101
},
103102
],
104103
},

src/components/HomepageFeatures/index.tsx

Lines changed: 0 additions & 64 deletions
This file was deleted.

src/components/HomepageFeatures/styles.module.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)