File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
// import React from "react";
4
4
const lightCodeTheme = require ( "prism-react-renderer/themes/github" ) ;
5
5
const darkCodeTheme = require ( "prism-react-renderer/themes/dracula" ) ;
6
- const url = "https://kubearmor.github. io" ;
7
- const baseUrl = "/kubearmor.io/ " ;
6
+ const url = "https://kubearmor.io" ;
7
+ const baseUrl = "/" ;
8
8
9
9
/** @type {import('@docusaurus/types').Config } */
10
10
const config = {
@@ -13,10 +13,10 @@ const config = {
13
13
favicon : "img/favicon.ico" ,
14
14
15
15
// Set the production url of your site here
16
- url : "https://kubearmor.github. io" ,
16
+ url : "https://kubearmor.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 : "/kubearmor.io/ " ,
19
+ baseUrl : "/" ,
20
20
21
21
// GitHub pages deployment config.
22
22
// If you aren't using GitHub pages, you don't need these.
You can’t perform that action at this time.
0 commit comments