diff --git a/astro.config.mjs b/astro.config.mjs
index ea8c8ee1be8af01cd2b4c29f5b82d23796ebe28b..755cc38569bce17c7813732d2897fa52579c555d 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -6,6 +6,5 @@ export default defineConfig({
   sitemap: true,
   outDir: 'public',
   publicDir: 'static',
-  site: 'https://froggit.froggit.page',
-  base: '/poc/astrojs', // https://docs.astro.build/en/reference/configuration-reference/#base
+  site: 'https://froggit.froggit.page/poc/astrojs'
 });