Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazeeh21 committed Oct 29, 2024
1 parent 483415d commit 9247fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airdrop/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig(({ mode }) => {
src: "/src",
hooks: "/src/hooks",
lib: "/src/lib",
"@": path.resolve(__dirname, "./src"),
"@": path.resolve(__dirname, "/src"),
},
},
};
Expand Down

0 comments on commit 9247fd6

Please sign in to comment.