From 982921b407b7e72344b9b1d2598c39a170ce0fdc Mon Sep 17 00:00:00 2001 From: wheattoast11 Date: Wed, 20 Nov 2024 11:53:26 -0600 Subject: [PATCH] updated vite config --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index f6c39e6..c5c26fd 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,7 +1,7 @@ import { defineConfig } from 'vite' export default defineConfig({ - base: '/wheattoast11.github.io/', // Replace with your actual repository name + base: '/', build: { outDir: 'dist', assetsDir: 'assets',