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

Commit 162826f

Browse files
committed
chore: remove trailing slash
1 parent 6d82862 commit 162826f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)