diff --git a/public/assets/cover_gigaslop.png b/public/assets/cover_gigaslop.png new file mode 100644 index 0000000..c9abf89 Binary files /dev/null and b/public/assets/cover_gigaslop.png differ diff --git a/vite.config.ts b/vite.config.ts index 2635621..92d1781 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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" }, });