We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a72a10 commit 082dad7Copy full SHA for 082dad7
1 file changed
vite.config.js
@@ -3,5 +3,5 @@ import react from "@vitejs/plugin-react";
3
4
export default defineConfig({
5
plugins: [react()],
6
- base: "/WhetherApp/",
+ base: "/Weather_App/",
7
});
0 commit comments