File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/development/frontend Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Making View
2
2
3
3
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 )
5
5
.
6
6
7
7
You will get to know with three main directories:
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ const config = {
12
12
favicon : "img/oj-lab-icon.ico" ,
13
13
14
14
// Set the production url of your site here
15
- url : "https://your-docusaurus-test-site.com " ,
15
+ url : "https://oj-lab.github.io " ,
16
16
// Set the /<baseUrl>/ pathname under which your site is served
17
17
// For GitHub pages deployment, it is often '/<projectName>/'
18
- baseUrl : "/oj-lab- docusaurus/" ,
18
+ baseUrl : "/docusaurus/" ,
19
19
20
20
// GitHub pages deployment config.
21
21
// If you aren't using GitHub pages, you don't need these.
You can’t perform that action at this time.
0 commit comments