diff --git a/docusaurus.config.js b/docusaurus.config.js
index 8119937..62c1226 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -11,7 +11,7 @@ const config = {
favicon: "img/favicon.ico",
// Set the production url of your site here
- url: "https://your-docusaurus-test-site.com",
+ url: "https://kubearmor.github.io",
// Set the // pathname under which your site is served
// For GitHub pages deployment, it is often '//'
baseUrl: "/",
@@ -19,11 +19,11 @@ 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.io", // Usually your repo name.
-
+ projectName: "kubearmor.github.io", // Usually your repo name.
+ deploymentBranch: "main",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
-
+ trailingSlash: false,
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
diff --git a/package-lock.json b/package-lock.json
index f63700b..a7ae6b5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7697,12 +7697,6 @@
"@sideway/pinpoint": "^2.0.0"
}
},
- "node_modules/jquery": {
- "version": "3.7.1",
- "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
- "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==",
- "peer": true
- },
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -10630,12 +10624,6 @@
"url": "https://opencollective.com/webpack"
}
},
- "node_modules/search-insights": {
- "version": "2.9.0",
- "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.9.0.tgz",
- "integrity": "sha512-bkWW9nIHOFkLwjQ1xqVaMbjjO5vhP26ERsH9Y3pKr8imthofEFIxlnOabkmGcw6ksRj9jWidcI65vvjJH/nTGg==",
- "peer": true
- },
"node_modules/section-matter": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz",
@@ -11631,19 +11619,6 @@
"is-typedarray": "^1.0.0"
}
},
- "node_modules/typescript": {
- "version": "5.2.2",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
- "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
- "peer": true,
- "bin": {
- "tsc": "bin/tsc",
- "tsserver": "bin/tsserver"
- },
- "engines": {
- "node": ">=14.17"
- }
- },
"node_modules/ua-parser-js": {
"version": "1.0.36",
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.36.tgz",
diff --git a/src/components/HomepageArchitecture/index.js b/src/components/HomepageArchitecture/index.js
index f62e158..ae621da 100644
--- a/src/components/HomepageArchitecture/index.js
+++ b/src/components/HomepageArchitecture/index.js
@@ -1,6 +1,6 @@
import React from "react";
import styles from "./styles.module.css";
-import ArchitectureImage from "../../../static/img/architecture/architecture-illustration.svg";
+import architectureImage from "../../../static/img/architecture/architecture-illustration.webp";
export default function HomepageArchitecture() {
return (
@@ -15,7 +15,7 @@ export default function HomepageArchitecture() {
Containers, IoT/Edge, and 5G networks. It enforces policy-based
controls.
-
+
);
}
diff --git a/src/pages/press-releases/index.js b/src/pages/press-releases/index.js
deleted file mode 100644
index e69de29..0000000
diff --git a/static/img/architecture/architecture-illustration.svg b/static/img/architecture/architecture-illustration.svg
deleted file mode 100644
index 80d8d1c..0000000
--- a/static/img/architecture/architecture-illustration.svg
+++ /dev/null
@@ -1,6265 +0,0 @@
-
diff --git a/static/img/architecture/architecture-illustration.webp b/static/img/architecture/architecture-illustration.webp
new file mode 100644
index 0000000..901af6e
Binary files /dev/null and b/static/img/architecture/architecture-illustration.webp differ
diff --git a/static/img/hero/hero-mascot.svg b/static/img/hero/hero-mascot.svg
index 6e3687c..2a75e0d 100644
--- a/static/img/hero/hero-mascot.svg
+++ b/static/img/hero/hero-mascot.svg
@@ -1,5545 +1 @@
-
+
\ No newline at end of file