Skip to content

Commit 45833db

Browse files
authored
ci: CNAME record added and pointed to kubearmor.github.io (#23)
Signed-off-by: Aditya Prasad Mohanty <[email protected]>
1 parent 4d06759 commit 45833db

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docusaurus.config.js

+5-5
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 = "/kubearmor.io/";
7+
const baseUrl = "/";
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: "/kubearmor.io/",
19+
baseUrl: "/",
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.io", // Usually your repo name.
24+
projectName: "kubearmor.github.io", // Usually your repo name.
2525
onBrokenLinks: "throw",
2626
onBrokenMarkdownLinks: "warn",
2727
trailingSlash: false,
@@ -168,7 +168,7 @@ const config = {
168168
label: "Home",
169169
position: "left",
170170
},
171-
{ to: "/blog", label: "Blog", position: "left" },
171+
{ to: "https://github.com/kubearmor/KubeArmor/wiki", label: "Blog", position: "left" },
172172
{
173173
to: "https://docs.kubearmor.io/kubearmor/",
174174
label: "Documentation",
@@ -204,7 +204,7 @@ const config = {
204204
items: [
205205
{
206206
label: "Blog",
207-
to: "/blog",
207+
to: "https://github.com/kubearmor/KubeArmor/wiki",
208208
},
209209
{
210210
label: "Documentation",

static/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://kubearmor.io/

0 commit comments

Comments
 (0)