Skip to content

Commit

Permalink
Merge pull request #97 from jbolns/dev
Browse files Browse the repository at this point in the history
GH Action Deploy #6
  • Loading branch information
jbolns authored Nov 4, 2024
2 parents b28b10a + d1253a6 commit e96bdc3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
11 changes: 11 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ export default defineConfig({
es: "en",
fi: "en"
}
},

vite: {

resolve: {
alias: {
"@assets/*": "/src/assets/",
},
},


}

});
13 changes: 0 additions & 13 deletions vite.config.js

This file was deleted.

0 comments on commit e96bdc3

Please sign in to comment.