robot-learning-tutorial / app /astro.config.mjs
thibaud frere
test astro
400357a
raw
history blame
101 Bytes
import { defineConfig } from 'astro/config';
export default defineConfig({
output: 'static'
});