up docs
This commit is contained in:
parent
0896cc0926
commit
19e442f937
|
@ -27,7 +27,11 @@ import GhostCMS from '@matthiesenxyz/astro-ghostcms';
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: "https://YOUR-DOMAIN-HERE.com"
|
site: "https://YOUR-DOMAIN-HERE.com"
|
||||||
integrations: [GhostCMS()],
|
integrations: [GhostCMS({
|
||||||
|
// You can either set your ghostURL here or as a `.env`/environment variable
|
||||||
|
// THIS WILL TAKE PRIORITY
|
||||||
|
ghostURL: "https://ghostdemo.matthiesen.xyz",
|
||||||
|
})],
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue