fix: 🐛 bug: ultrahtml does not handle all html strings. add switch to enable standard html fragment tag instead. #115
|
@ -14,7 +14,7 @@ export default defineConfig({
|
||||||
ThemeProvider: {
|
ThemeProvider: {
|
||||||
theme: "@matthiesenxyz/astro-ghostcms-theme-default",
|
theme: "@matthiesenxyz/astro-ghostcms-theme-default",
|
||||||
astroRemote: {
|
astroRemote: {
|
||||||
enable: false,
|
enable: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
verbose: true,
|
verbose: true,
|
||||||
|
|
Loading…
Reference in New Issue