Skip to content

Commit

Permalink
changed base in astro config
Browse files Browse the repository at this point in the history
  • Loading branch information
ajolipa committed Mar 5, 2024
1 parent 300d430 commit 4fe8672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro-web/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import react from "@astrojs/react";
export default defineConfig({
integrations: [tailwind(), react()],
site: 'https://performant-software.github.io',
base: '/editioncrafter/astro-web'
base: '/editioncrafter'
});

0 comments on commit 4fe8672

Please sign in to comment.