Skip to content

Commit aa7eec7

Browse files
committed
config: change previous config
1 parent 6c819f9 commit aa7eec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astro.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ export default defineConfig({
66
// used to generate images
77
site:
88
process.env.VERCEL_ENV === 'production'
9-
? 'https://FlaBBB.github.io/'
9+
? 'https://wrideveloper.github.io/'
1010
: process.env.VERCEL_URL
1111
? `https://${process.env.VERCEL_URL}/`
1212
: 'https://localhost:3000/',
13-
base: 'SCnPRnCICD',
13+
base: 'Hacktober2024-CICD',
1414
trailingSlash: 'ignore',
1515
integrations: [sitemap(), UnoCSS({ injectReset: true })],
1616
vite: {

0 commit comments

Comments
 (0)