Set vite base path for mog-showdown GitHub Pages deployment

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rshtirmer
2026-02-24 17:45:08 -05:00
parent a0d84b9f41
commit ba50764694
+1
View File
@@ -1,6 +1,7 @@
import { defineConfig } from 'vite';
export default defineConfig({
base: '/game-creator/mog-showdown/',
server: {
port: 3001,
},