Skip to content

Commit

Permalink
Update Astro configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Arejula11 committed Mar 23, 2024
1 parent 70f3ccf commit 681bcaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions playbeat/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import vercel from "@astrojs/vercel/serverless";

// https://astro.build/config
export default defineConfig({
site: 'https://unizar-30226-2024-03.github.io',
base: '/unizar-30226-2024-03.github.io/playbeat',
// site: 'https://unizar-30226-2024-03.github.io',
// base: '/unizar-30226-2024-03.github.io',
integrations: [tailwind(), react(), svelte(), vue()],
//output: "server",
//adapter: vercel()
output: "server",
adapter: vercel()
});

0 comments on commit 681bcaf

Please sign in to comment.