generated from nhcarrigan/template
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
import { defineConfig } from "astro/config";
|
|
|
|
export default defineConfig({
|
|
output: "static",
|
|
});
|