Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit fd1e957

Browse files
committed
chore: correct base URL
1 parent 162826f commit fd1e957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Make the following changes to the `docusaurus.config.js` configuration file:
3131
// (...)
3232
url: `https://${organizationName}.github.io`,
3333
};
34-
const baseUrl = /${projectName}`;
34+
const baseUrl = /${projectName}/`;
3535
```
3636
1. Configure the base URL
3737
```javascript

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const config = {
1212
title: "My Site",
1313
tagline: "Dinosaurs are cool",
1414
url: `https://${organizationName}.github.io`,
15-
baseUrl: `/${projectName}`,
15+
baseUrl: `/${projectName}/`,
1616
onBrokenLinks: "throw",
1717
onBrokenMarkdownLinks: "throw",
1818
favicon: "img/favicon.ico",

0 commit comments

Comments
 (0)