Skip to content

Commit

Permalink
Create vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-mgd committed Jul 8, 2024
1 parent 2af66b2 commit 50b9a0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { defineConfig } from "vite";

export default defineConfig({
root: "src",
base: "/weather-app/",
});

0 comments on commit 50b9a0f

Please sign in to comment.