diff --git a/website/package.json b/website/package.json index ab0cb9a..599fdc2 100644 --- a/website/package.json +++ b/website/package.json @@ -1,5 +1,5 @@ { - "homepage": "https://github.com/amit9838/ci-cd", + "homepage": "https://github.com/amit9838/mousam", "name": "weather", "private": true, "version": "0.0.0", diff --git a/website/vite.config.js b/website/vite.config.js index c7a4a4f..0c490b0 100644 --- a/website/vite.config.js +++ b/website/vite.config.js @@ -3,6 +3,6 @@ import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ - base: "/ci-cd/", + base: "/mousam/", plugins: [react()], })