Files
halfstreet/astro.config.mjs
ejlewis cc98aa180b
ci/woodpecker/push/woodpecker Pipeline was successful
feat(world): expand Halfstreet content slices
2026-05-12 14:48:19 -05:00

10 lines
171 B
JavaScript

// @ts-check
import { defineConfig } from 'astro/config'
export default defineConfig({
site: 'https://halfstreet.io',
build: {
inlineStylesheets: 'auto',
},
})