oops i forgot the theme settings in the astro config
This commit is contained in:
parent
b3dd8bf0e1
commit
d36f56a434
|
@ -7,7 +7,7 @@ export default defineConfig({
|
||||||
site: "https://catppuccindark-demo.astro-ghostcms.xyz/",
|
site: "https://catppuccindark-demo.astro-ghostcms.xyz/",
|
||||||
integrations: [tailwind(),
|
integrations: [tailwind(),
|
||||||
ghostcms({
|
ghostcms({
|
||||||
theme: "@matthiesenxyz/astro-ghostcms-catppuccin-dark",
|
theme: "@matthiesenxyz/astro-ghostcms-catppuccin",
|
||||||
ghostURL: "https://ghostdemo.matthiesen.xyz",
|
ghostURL: "https://ghostdemo.matthiesen.xyz",
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue