Skip to content

Commit

Permalink
Merge pull request #10 from 1xINTERNET/21-test-styles
Browse files Browse the repository at this point in the history
#21: Update astro config
  • Loading branch information
john1xi authored Jun 18, 2024
2 parents 6d6e871 + 94c111b commit 77248d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export default defineConfig({
applyBaseStyles: false,
}),
],
base: process.env.BASE_URL ? process.env.BASE_URL : "/",
base: import.meta.env.DEV ? "/" : "Whyuluvfootball",
});

0 comments on commit 77248d8

Please sign in to comment.