From 9d112aefea993563d76cd2762919f5e2a18321d1 Mon Sep 17 00:00:00 2001 From: amitgupta0220 Date: Thu, 31 Oct 2024 18:49:08 -0500 Subject: [PATCH] commit 13 --- package.json | 2 +- vite.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 743664f..81c57a8 100644 --- a/package.json +++ b/package.json @@ -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/" } diff --git a/vite.config.js b/vite.config.js index b6f3c58..3866238 100644 --- a/vite.config.js +++ b/vite.config.js @@ -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", });