Deploy config: relative base for monsterrobot.games/games/gigaslop/ + cover art

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
type-two 2026-08-01 17:01:11 +10:00
parent 0309f578a1
commit 014054e19a
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -1,6 +1,7 @@
import { defineConfig } from "vite";
export default defineConfig({
base: "./", // served under /games/gigaslop/ on monsterrobot.games
server: { port: 5173, strictPort: true },
build: { target: "es2022" },
});