4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
import { defineConfig } from "astro/config";
|
|
|
|
export default defineConfig({});
|