templates for self-hosting game jams (or any other kind of jam tbh)
at main 248 B view raw
1// @ts-check 2import { defineConfig } from 'astro/config'; 3 4// https://astro.build/config 5export default defineConfig({ 6 site: 'https://jam.veryroundbird.house', // your site url, e.g. https://example.com 7 base: '/', // base site path, e.g. '/' 8});