From 8972166e6964244a577db59bf8c40389b75c2946 Mon Sep 17 00:00:00 2001 From: Respirayson Date: Sun, 10 Mar 2024 11:46:58 +0800 Subject: [PATCH] Update deployments --- src/main.jsx | 4 +--- vite.config.js | 5 ----- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/src/main.jsx b/src/main.jsx index 5f5ce4a..928abaa 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -6,9 +6,7 @@ import { BrowserRouter } from 'react-router-dom'; ReactDOM.createRoot(document.getElementById('root')).render( - + , diff --git a/vite.config.js b/vite.config.js index eccf3c6..b6d7a33 100644 --- a/vite.config.js +++ b/vite.config.js @@ -21,10 +21,5 @@ export default defineConfig(({ command }) => { }, }, }; - - if (command !== 'serve') { - config.base = '/comclub-website-2024/'; - } - return config; });