astro-ghostcms/playground/astro.config.mjs

9 lines
236 B
JavaScript
Raw Normal View History

2024-01-23 18:51:23 +00:00
import { defineConfig } from "astro/config";
import ghostcms from "@matthiesenxyz/astro-ghostcms";
// https://astro.build/config
export default defineConfig({
site: "https://demo.astro-ghostcms.xyz/",
integrations: [ghostcms()],
});