Files

10 lines
171 B
JavaScript
Raw Permalink Normal View History

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