Skip to content

Commit 22947fb

Browse files
committed
Fix site URL
1 parent 9babd67 commit 22947fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/development/frontend/making-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Making View
22

33
This document will guide you through the process of creating a new view in
4-
[OJ Lab front](https://github.com/oj-lab/oj-lab-front)
4+
[OJ Lab front](https://github.com/oj-lab/frontend)
55
.
66

77
You will get to know with three main directories:

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ const config = {
1212
favicon: "img/oj-lab-icon.ico",
1313

1414
// Set the production url of your site here
15-
url: "https://your-docusaurus-test-site.com",
15+
url: "https://oj-lab.github.io",
1616
// Set the /<baseUrl>/ pathname under which your site is served
1717
// For GitHub pages deployment, it is often '/<projectName>/'
18-
baseUrl: "/oj-lab-docusaurus/",
18+
baseUrl: "/docusaurus/",
1919

2020
// GitHub pages deployment config.
2121
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)