Skip to content

Commit

Permalink
config: change previous config
Browse files Browse the repository at this point in the history
  • Loading branch information
FlaBBB committed Oct 25, 2024
1 parent 6c819f9 commit aa7eec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ export default defineConfig({
// used to generate images
site:
process.env.VERCEL_ENV === 'production'
? 'https://FlaBBB.github.io/'
? 'https://wrideveloper.github.io/'
: process.env.VERCEL_URL
? `https://${process.env.VERCEL_URL}/`
: 'https://localhost:3000/',
base: 'SCnPRnCICD',
base: 'Hacktober2024-CICD',
trailingSlash: 'ignore',
integrations: [sitemap(), UnoCSS({ injectReset: true })],
vite: {
Expand Down

0 comments on commit aa7eec7

Please sign in to comment.