Skip to content

Commit

Permalink
add base path
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDa15 committed Oct 1, 2024
1 parent 3f76a32 commit af0bb36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import tailwind from '@astrojs/tailwind';

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

0 comments on commit af0bb36

Please sign in to comment.