Skip to content

Commit

Permalink
correct all config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikram committed Apr 13, 2024
1 parent 9464163 commit 5c0ffc0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "weather-app",
"name": "cloud-point",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
1 change: 0 additions & 1 deletion src/assets/react.svg

This file was deleted.

7 changes: 4 additions & 3 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
base: "/Cloud-Point/",
});

0 comments on commit 5c0ffc0

Please sign in to comment.