Skip to content

Commit

Permalink
Prepared to verce deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bsperezb committed Oct 24, 2024
1 parent fc810ff commit 48db4b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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:{
Expand All @@ -27,4 +27,4 @@ export default defineConfig({
},

adapter: vercel()
});
});

0 comments on commit 48db4b2

Please sign in to comment.