Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDa15 committed Oct 1, 2024
1 parent 8077f43 commit f721abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import tailwind from '@astrojs/tailwind';

// https://astro.build/config
export default defineConfig({
base: '/',
site: 'https://juanda15.github.io/portfolio',
base: '/portfolio',
site: 'https://juanda15.github.io/',
integrations: [tailwind()],
output: 'static',
i18n: {
Expand Down

0 comments on commit f721abb

Please sign in to comment.