Skip to content

Commit

Permalink
Removing base url
Browse files Browse the repository at this point in the history
  • Loading branch information
petrovicz committed Apr 4, 2024
1 parent fb7a973 commit 55250a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ import tailwind from "@astrojs/tailwind";
// https://astro.build/config
export default defineConfig({
integrations: [tailwind()],
site: 'https://astro-photoswipe.petrovicz.com',
base: '/'
site: 'https://astro-photoswipe.petrovicz.com'
});

0 comments on commit 55250a6

Please sign in to comment.