Skip to content

Commit

Permalink
Set up GitHub Actions for deployment-10
Browse files Browse the repository at this point in the history
  • Loading branch information
amitgupta0220 committed Oct 31, 2024
1 parent 9621f5d commit 15f406d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="./vite.svg" /> -->
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"tailwindcss": "^3.4.13",
"vite": "^5.4.1"
},
"homepage": "http://jaiprakashveerla.com/"
"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: "/",
});

0 comments on commit 15f406d

Please sign in to comment.