mirror of
https://github.com/kou029w/_.git
synced 2025-02-04 08:08:38 +00:00
7 lines
134 B
JavaScript
7 lines
134 B
JavaScript
|
/** @type {import("astro").AstroUserConfig} */
|
||
|
const config = {
|
||
|
renderers: ["@astrojs/renderer-preact"],
|
||
|
};
|
||
|
|
||
|
export default config;
|