Skip to content

Commit bd07ed1

Browse files
authored
fix: site url fix (#25)
Signed-off-by: Aditya Prasad Mohanty <[email protected]>
1 parent 08f7001 commit bd07ed1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docusaurus.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const lightCodeTheme = require("prism-react-renderer/themes/github");
55
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
66
const url = "https://kubearmor.github.io";
7-
const baseUrl = "/";
7+
const baseUrl = "/kubearmor.io/";
88

99
/** @type {import('@docusaurus/types').Config} */
1010
const config = {
@@ -16,12 +16,12 @@ const config = {
1616
url: "https://kubearmor.github.io",
1717
// Set the /<baseUrl>/ pathname under which your site is served
1818
// For GitHub pages deployment, it is often '/<projectName>/'
19-
baseUrl: "/",
19+
baseUrl: "/kubearmor.io/",
2020

2121
// GitHub pages deployment config.
2222
// If you aren't using GitHub pages, you don't need these.
2323
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.
2525
onBrokenLinks: "throw",
2626
onBrokenMarkdownLinks: "warn",
2727
trailingSlash: false,

src/css/custom.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
cursor: pointer;
127127
}
128128
.footer__logo {
129-
opacity: 1;
129+
opacity: 1 !important;
130130
height: 100% !important;
131131
width: 100% !important;
132132
margin: 0 !important;

0 commit comments

Comments
 (0)