summaryrefslogtreecommitdiff
path: root/examples/env-vars/astro.config.mjs
blob: e3579a1607df61fb143e75b493857eb7da57d7a0 (plain) (blame)
1
2
3
4
5
6
import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({
	renderers: [],
});