Skip to content

Commit 08f7001

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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.github.io",
1717
// Set the /<baseUrl>/ pathname under which your site is served
1818
// For GitHub pages deployment, it is often '/<projectName>/'
1919
baseUrl: "/",

0 commit comments

Comments
 (0)