diff --git a/astro.config.mjs b/astro.config.mjs index 5a13095..ffd0a79 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -9,8 +9,8 @@ import vercel from '@astrojs/vercel/serverless'; export default defineConfig({ output: 'server', integrations: [tailwind()], - site: 'https://bsperezb.github.io', - base: '/Astro-Books/', + // site: 'https://bsperezb.github.io', + // base: '/Astro-Books/', env: { schema:{ @@ -27,4 +27,4 @@ export default defineConfig({ }, adapter: vercel() -}); \ No newline at end of file +});