import { defineConfig } from "astro/config"; export default defineConfig({ output: "static", publicDir: "assets", trailingSlash: "always", });