diff --git a/index.html b/index.html
index d0e9192..c91859b 100644
--- a/index.html
+++ b/index.html
@@ -27,20 +27,20 @@
-
+
-
+
@@ -72,7 +72,7 @@
@@ -83,11 +83,11 @@
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "OrgExplorer",
- "url": "https://aossie-org.github.io/OrgExplorer/",
+ "url": "https://orgexplorer.aossie.org/",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"description": "GitHub organization analytics platform for repository insights, contributor intelligence, governance metrics, and visual analytics.",
- "image": "https://aossie-org.github.io/OrgExplorer/og-image.png",
+ "image": "https://orgexplorer.aossie.org/og-image.png",
"creator": {
"@type": "Organization",
"name": "AOSSIE"
diff --git a/public/robots.txt b/public/robots.txt
index 0abdc76..c7a0f48 100644
--- a/public/robots.txt
+++ b/public/robots.txt
@@ -1,4 +1,4 @@
User-agent: *
Allow: /
-Sitemap: https://aossie-org.github.io/OrgExplorer/sitemap.xml
+Sitemap: https://orgexplorer.aossie.org/sitemap.xml
diff --git a/public/sitemap.xml b/public/sitemap.xml
index 8b77a6d..fc35c8e 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -1,7 +1,7 @@
- https://aossie-org.github.io/OrgExplorer/
+ https://orgexplorer.aossie.org/
weekly
1.0
diff --git a/src/main.jsx b/src/main.jsx
index ed8e23f..d28c634 100644
--- a/src/main.jsx
+++ b/src/main.jsx
@@ -6,7 +6,7 @@ import './styles/global.css'
ReactDOM.createRoot(document.getElementById('root')).render(
-
+
diff --git a/vite.config.js b/vite.config.js
index b0d97de..8d98722 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -5,5 +5,5 @@ import tailwindcss from "@tailwindcss/vite";
export default defineConfig(({ mode }) => ({
plugins: [react(), tailwindcss()],
- base: mode === "production" ? "/OrgExplorer/" : "/",
+ base: "/",
}));