oops i forgot the theme settings in the astro config

This commit is contained in:
Adam Matthiesen 2024-02-01 00:22:12 -08:00
parent b3dd8bf0e1
commit d36f56a434
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export default defineConfig({
site: "https://catppuccindark-demo.astro-ghostcms.xyz/",
integrations: [tailwind(),
ghostcms({
theme: "@matthiesenxyz/astro-ghostcms-catppuccin-dark",
theme: "@matthiesenxyz/astro-ghostcms-catppuccin",
ghostURL: "https://ghostdemo.matthiesen.xyz",
})
],