Skip to content

Commit

Permalink
maybe inverse
Browse files Browse the repository at this point in the history
  • Loading branch information
jkl3848 committed Mar 17, 2024
1 parent 40391de commit 5bc2a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig({
resolve: {
alias: {
"@": "/src",
"@assets": "public/assets",
"public/assets": "@assets",
},
},
});

0 comments on commit 5bc2a1f

Please sign in to comment.