From 8884737d43061ddd69387eeed79215101d766485 Mon Sep 17 00:00:00 2001 From: wheattoast11 Date: Wed, 20 Nov 2024 17:58:28 -0600 Subject: [PATCH] custom url --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 0ec2da9..f12311f 100644 --- a/vite.config.js +++ b/vite.config.js @@ -2,7 +2,7 @@ import { defineConfig } from 'vite'; import react from '@vitejs/plugin-react'; export default defineConfig({ - base: '/wheattoast11.github.io/', // Updated to match your repository name + base: '/', // Update to root path since custom domain is working plugins: [react()], build: { outDir: 'dist'