Skip to content

Commit 9f569ae

Browse files
authored
deploy: url change (#34)
Signed-off-by: Aditya Prasad Mohanty <[email protected]>
1 parent 035830f commit 9f569ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// import React from "react";
44
const lightCodeTheme = require("prism-react-renderer/themes/github");
55
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 = "/";
88

99
/** @type {import('@docusaurus/types').Config} */
1010
const config = {
@@ -13,10 +13,10 @@ const config = {
1313
favicon: "img/favicon.ico",
1414

1515
// Set the production url of your site here
16-
url: "https://kubearmor.github.io",
16+
url: "https://kubearmor.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.

0 commit comments

Comments
 (0)