Skip to content

Commit

Permalink
astro
Browse files Browse the repository at this point in the history
  • Loading branch information
juanandres-montero committed Mar 27, 2024
1 parent 4352307 commit 0a35564
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 @@ -6,7 +6,7 @@ import node from "@astrojs/node";
// https://astro.build/config
export default defineConfig({
// used to generate images
site: process.env.VERCEL_ENV === 'production' ? 'https://juanandres-montero.github.io' : process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}/` : 'https://localhost:3000/',
site: 'https://juanandres-montero.github.io',
base: 'OPCR',
trailingSlash: 'ignore',
integrations: [sitemap(), UnoCSS({
Expand Down

0 comments on commit 0a35564

Please sign in to comment.