/** @type {import("astro").AstroUserConfig} */ const config = { renderers: ["@astrojs/renderer-preact"], }; export default config;