fix: 🐛 bug: ultrahtml does not handle all html strings. add switch to enable standard html fragment tag instead. #115

Merged
create-issue-branch[bot] merged 4 commits from issue-114-bug_ultrahtml_does_not_handle_a into main 2024-03-13 06:22:39 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e1e5862eb2 - Show all commits

View File

@ -14,7 +14,7 @@ export default defineConfig({
ThemeProvider: {
theme: "@matthiesenxyz/astro-ghostcms-theme-default",
astroRemote: {
enable: false,
enable: true,
},
},
verbose: true,