astro-ghostcms/demo/astro.config.mjs

9 lines
237 B
JavaScript
Raw Normal View History

2024-01-23 20:03:56 +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()]
});