Skip to content

Commit 026709f

Browse files
committed
fix: incorrect base for github pages
1 parent 718b27e commit 026709f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
: process.env.VERCEL_URL
1111
? `https://${process.env.VERCEL_URL}/`
1212
: 'https://localhost:3000/',
13-
base: process.env.VERCEL_ENV === 'production' ? '/Hacktober2024-CICD/' : '/',
13+
base: 'Hacktober2024-CICD',
1414
trailingSlash: 'ignore',
1515
integrations: [sitemap(), UnoCSS({ injectReset: true })],
1616
vite: {

0 commit comments

Comments
 (0)