Skip to content

Commit ae86333

Browse files
authored
chore:Update repository and project names in config (#587)
1 parent 4124e80 commit ae86333

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
import {themes as prismThemes} from 'prism-react-renderer';
44

55
const branch = 'main';
6-
const repoUrl = `https://github.com/fast-excel/fastexcel`;
6+
const repoUrl = `https://github.com/fast-excel/fesod`;
77

88
const config = {
9-
title: 'FastExcel',
9+
title: 'Fesod',
1010
favicon: 'img/favicon.ico',
1111

1212
// Set the production url of your site here
1313
url: 'https://fast-excel.github.io',
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
16-
baseUrl: '/fastexcel/',
16+
baseUrl: '/fesod/',
1717

1818
// GitHub pages deployment config.
1919
organizationName: 'fast-excel',
20-
projectName: 'fastexcel',
20+
projectName: 'fesod',
2121
deploymentBranch: 'gh-pages',
2222

2323
onBrokenLinks: 'throw',

0 commit comments

Comments
 (0)