Skip to content

Commit 5e81370

Browse files
committed
Update
1 parent 07a8cf8 commit 5e81370

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs.fshost.me
1+
help.fshost.me

docs/welcome.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
id: welcome
33
title: Welcome to the FSHOST Documentation!
44
sidebar_label: Welcome!
5-
slug: /
65
---
76

87
import Card from '@site/src/components/Card/Card';

docusaurus.config.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ const config = {
1010
favicon: 'img/favicon.ico',
1111

1212
// Set the production url of your site here
13-
url: 'https://docs.fshost.me',
13+
url: 'https://help.fshost.me',
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
16-
baseUrl: '/docs/',
16+
baseUrl: '/',
1717

1818
// GitHub pages deployment config.
1919
// If you aren't using GitHub pages, you don't need these.
@@ -139,7 +139,6 @@ const config = {
139139
/** @type {import('@docusaurus/preset-classic').Options} */
140140
({
141141
docs: {
142-
routeBasePath: '/',
143142
sidebarPath: './sidebars.js',
144143
// Please change this to your repo.
145144
// Remove this to remove the "edit this page" links.

0 commit comments

Comments
 (0)