Skip to content

Commit

Permalink
Merge pull request #12 from 1xINTERNET/21-test-styles-update-1
Browse files Browse the repository at this point in the history
#21: Test styles – update 1
  • Loading branch information
john1xi authored Jun 19, 2024
2 parents 77248d8 + 1f6733c commit 24dfe83
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: import.meta.env.DEV ? "/" : "Whyuluvfootball",
base: process.env.BASE_URL ? process.env.BASE_URL : "/",
});

0 comments on commit 24dfe83

Please sign in to comment.