Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Feb 1, 2024
1 parent 0896cc0 commit 19e442f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion www/src/content/docs/docs/introduction/integration/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ import GhostCMS from '@matthiesenxyz/astro-ghostcms';
// https://astro.build/config
export default defineConfig({
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",
})],
});
```

Expand Down

2 comments on commit 19e442f

@vercel
Copy link

@vercel vercel bot commented on 19e442f Feb 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 19e442f Feb 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.