Skip to content

Commit

Permalink
fix: correct project name in package and vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Jul 28, 2024
1 parent 44863e6 commit 7132a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "compound-calcaluator",
"name": "compound-interest-calculator"
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: "/compound-calculator/",
base: "/compound-interest-calculator/",
});

0 comments on commit 7132a18

Please sign in to comment.