Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
Signed-off-by: DanRoscigno <[email protected]>
  • Loading branch information
DanRoscigno committed Oct 10, 2023
1 parent 8250ae3 commit 2ac42b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config = {
url: 'https://danroscigno.github.io/',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/docusaurusv3/',
baseUrl: '/doc/',
//https://danroscigno.github.io/docusaurusv3/docs/3.0/administration/Authentication.html

// GitHub pages deployment config.
Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url='/docusaurusv3/docs/introduction/StarRocks_intro'" />
<meta http-equiv="refresh" content="0; url='/doc/docs/introduction/StarRocks_intro'" />
</head>
<body>
</body>
Expand Down

0 comments on commit 2ac42b6

Please sign in to comment.