Skip to content

Commit

Permalink
new website with react-vite
Browse files Browse the repository at this point in the history
  • Loading branch information
amit9838 committed Apr 25, 2024
1 parent 0c942e9 commit 7806688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion website/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import react from '@vitejs/plugin-react'

// https://vitejs.dev/config/
export default defineConfig({
base: "/ci-cd/",
base: "/mousam/",
plugins: [react()],
})

0 comments on commit 7806688

Please sign in to comment.