summaryrefslogtreecommitdiff
path: root/examples/starlog/astro.config.mjs
blob: 759bb082c3fd9b0635785d7158d545681443021d (plain) (blame)
1
2
3
4
5
6
7
// @ts-check
import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({
	site: 'https://example.com',
});