From 7806688c31b0fbadbc12b62dab7293ec5f746c9b Mon Sep 17 00:00:00 2001 From: Amit Chaudhary Date: Thu, 25 Apr 2024 09:48:08 +0530 Subject: [PATCH] new website with react-vite --- website/package.json | 2 +- website/vite.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()], })