File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
const lightCodeTheme = require ( "prism-react-renderer/themes/github" ) ;
5
5
const darkCodeTheme = require ( "prism-react-renderer/themes/dracula" ) ;
6
6
const url = "https://kubearmor.github.io" ;
7
- const baseUrl = "/" ;
7
+ const baseUrl = "/kubearmor.io/ " ;
8
8
9
9
/** @type {import('@docusaurus/types').Config } */
10
10
const config = {
@@ -16,12 +16,12 @@ const config = {
16
16
url : "https://kubearmor.github.io" ,
17
17
// Set the /<baseUrl>/ pathname under which your site is served
18
18
// For GitHub pages deployment, it is often '/<projectName>/'
19
- baseUrl : "/" ,
19
+ baseUrl : "/kubearmor.io/ " ,
20
20
21
21
// GitHub pages deployment config.
22
22
// If you aren't using GitHub pages, you don't need these.
23
23
organizationName : "kubearmor" , // Usually your GitHub org/user name.
24
- projectName : "kubearmor.github. io" , // Usually your repo name.
24
+ projectName : "kubearmor.io" , // Usually your repo name.
25
25
onBrokenLinks : "throw" ,
26
26
onBrokenMarkdownLinks : "warn" ,
27
27
trailingSlash : false ,
Original file line number Diff line number Diff line change 126
126
cursor : pointer;
127
127
}
128
128
.footer__logo {
129
- opacity : 1 ;
129
+ opacity : 1 !important ;
130
130
height : 100% !important ;
131
131
width : 100% !important ;
132
132
margin : 0 !important ;
You can’t perform that action at this time.
0 commit comments