This commit is contained in:
Adam Matthiesen 2024-01-26 05:47:41 -08:00
parent 2cea1c29b7
commit 34a1a690cd
2 changed files with 4 additions and 2 deletions

View File

@ -4,5 +4,7 @@ import GhostCMS from "@matthiesenxyz/astro-ghostcms";
// https://astro.build/config // https://astro.build/config
export default defineConfig({ export default defineConfig({
site: "https://demo.astro-ghostcms.xyz/", site: "https://demo.astro-ghostcms.xyz/",
integrations: [GhostCMS()] integrations: [GhostCMS({
ghostURL: 'https://ghostdemo.matthiesen.xyz'
})]
}); });

View File

@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"astro": "^4.2.4", "astro": "^4.2.4",
"@matthiesenxyz/astro-ghostcms": "3.1.4", "@matthiesenxyz/astro-ghostcms": "3.1.5",
"@matthiesenxyz/astro-ghostcms-theme-default": "0.1.3" "@matthiesenxyz/astro-ghostcms-theme-default": "0.1.3"
}, },
"devDependencies": { "devDependencies": {