From 140d66f305627fc4a774f4926d685e6b7cad6099 Mon Sep 17 00:00:00 2001 From: Aditya Prasad Mohanty <78409764+Aditya-150@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:38:37 +0530 Subject: [PATCH] fix: deploy fix (#14) * feat: initializing folder structure * refactor: Change and Addition in folder Structure * chore: images(asset) addition * chore: social card image change * feat: template community page added as .mdx * chore: font files added * style: CSS variables and fonts added * revert: removing duplicate fonts * chore: component created Signed-off-by: Aditya Prasad Mohanty * feat: adding custom navbar Signed-off-by: Aditya Prasad Mohanty * feat: hero section added Signed-off-by: Aditya Prasad Mohanty * feat: architecture section added Signed-off-by: Aditya Prasad Mohanty * feat: adding home page sections Signed-off-by: Aditya Prasad Mohanty * build: building site and setting github pages Signed-off-by: Aditya Prasad Mohanty * fix: mascot svg size reduced and architechture image format change Signed-off-by: Aditya Prasad Mohanty * fix: deploy fix Signed-off-by: Aditya Prasad Mohanty --------- Signed-off-by: Aditya Prasad Mohanty --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 62c1226..4bbbd72 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -19,7 +19,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: "kubearmor", // Usually your GitHub org/user name. - projectName: "kubearmor.github.io", // Usually your repo name. + projectName: "kubearmor.io", // Usually your repo name. deploymentBranch: "main", onBrokenLinks: "throw", onBrokenMarkdownLinks: "warn",