Skip to content

Commit 43cbb39

Browse files
committed
feat: change baseUrl back to /
1 parent 3a666e8 commit 43cbb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config: Config = {
1313
url: "https://jeffsieu.com",
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
16-
baseUrl: "/typescript-from-zero/",
16+
baseUrl: "/",
1717

1818
organizationName: "jeffsieu",
1919
projectName: "typescript-from-zero",

0 commit comments

Comments
 (0)