Skip to content

Commit

Permalink
chore(website): add website link
Browse files Browse the repository at this point in the history
  • Loading branch information
emish89 committed Nov 9, 2023
1 parent c64a18a commit fad812d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ import UnoCSS from 'unocss/astro';

export default defineConfig({
// used to generate images
site:
process.env.VERCEL_ENV === 'production'
? 'TODO'
: process.env.VERCEL_URL
? `https://${process.env.VERCEL_URL}/`
: 'https://localhost:3000/',
site: 'https://emish89.github.io',
base: '/italiapersonalfinance',
trailingSlash: 'ignore',
integrations: [sitemap(), UnoCSS({ injectReset: true })],
experimental: {
Expand Down

0 comments on commit fad812d

Please sign in to comment.