File size: 101 Bytes
400357a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import { defineConfig } from 'astro/config';

export default defineConfig({
  output: 'static'
});