Skip to content

Commit

Permalink
fix: location error
Browse files Browse the repository at this point in the history
  • Loading branch information
devCKVargas committed Feb 14, 2024
1 parent 88feb76 commit 5f574f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "will-you-be-my-valentine",
"homepage": "https://saurabhnemade.github.io/will-you-be-my-valentine",
"name": "be-my-valentine",
"homepage": "https://devckvargas.github.io/be-my-valentine/",
"private": true,
"version": "0.0.1",
"type": "module",
Expand Down Expand Up @@ -31,4 +31,4 @@
"typescript": "^5.2.2",
"vite": "^5.1.0"
}
}
}
2 changes: 1 addition & 1 deletion vite.config.ts
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: "/will-you-be-my-valentine",
base: "/be-my-valentine",
plugins: [react()],
});

0 comments on commit 5f574f3

Please sign in to comment.