Skip to content

Commit

Permalink
commit 13
Browse files Browse the repository at this point in the history
  • Loading branch information
amitgupta0220 committed Oct 31, 2024
1 parent a0e1904 commit 9d112ae
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
Expand Up @@ -39,5 +39,5 @@
"tailwindcss": "^3.4.13",
"vite": "^5.4.1"
},
"homepage": "http://jaiprakashveerla.com/luberlab.github.io"
"homepage": "http://jaiprakashveerla.com/luberlab.github.io/"
}
2 changes: 1 addition & 1 deletion vite.config.js
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: "/luberlab.github.io/",
base: "luberlab.github.io",
});

0 comments on commit 9d112ae

Please sign in to comment.