Skip to content

Commit 0ca78d8

Browse files
committed
Change baseUrl
1 parent 25cebf8 commit 0ca78d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
1111
const config = {
1212
title: "アルゴリズム入門",
1313
// tagline: '',
14-
url: "https://sikepuri-of-algorithm.onrender.com",
15-
baseUrl: "/",
14+
url: "https://chvmvd.github.io",
15+
baseUrl: "/sikepuri-of-algorithm/",
1616
onBrokenLinks: "throw",
1717
onBrokenMarkdownLinks: "warn",
1818
// favicon: 'img/favicon.ico',

0 commit comments

Comments
 (0)