diff --git a/index.html b/index.html index 5c3b95bc..f27869d9 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,27 @@
+ \ No newline at end of file diff --git a/vite.config.ts b/vite.config.ts index c79df3d1..160a913a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -14,7 +14,7 @@ export default defineConfig({ react(), tsconfigPaths(), Sitemap({ - hostname: 'https://dappbooster.dev', + hostname: process.env.PUBLIC_APP_URL || 'https://demo.dappbooster.dev', }), ], build: {