Skip to content

Commit

Permalink
Update astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagovallory committed Dec 12, 2023
1 parent 4199e44 commit fe1d238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({
site: 'https://preview.calligo.com.br',
site: 'http://preview.calligo.com.br',
base: 'calligo-site/src/pages',
});

0 comments on commit fe1d238

Please sign in to comment.