diff --git a/astro.config.mjs b/astro.config.mjs index 4ae39cf..331209f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -15,4 +15,5 @@ export default defineConfig({ build: { assets: '_fwt', }, + site: 'http://localhost:8080', })