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:
parent
0309f578a1
commit
014054e19a
BIN
public/assets/cover_gigaslop.png
Normal file
BIN
public/assets/cover_gigaslop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
@ -1,6 +1,7 @@
|
|||||||
import { defineConfig } from "vite";
|
import { defineConfig } from "vite";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
base: "./", // served under /games/gigaslop/ on monsterrobot.games
|
||||||
server: { port: 5173, strictPort: true },
|
server: { port: 5173, strictPort: true },
|
||||||
build: { target: "es2022" },
|
build: { target: "es2022" },
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user