fix: broken build

This commit is contained in:
2026-03-16 20:40:26 +01:00
parent be0f743970
commit 9076a45510
4 changed files with 363 additions and 306 deletions

View File

@@ -10,7 +10,7 @@ const fluxOutputBlock = createFluxOutputBlock()
export const logosSchema = BlockNoteSchema.create({
blockSpecs: {
...defaultBlockSpecs,
fluxOutput: fluxOutputBlock(),
fluxOutput: fluxOutputBlock,
},
})

View File

@@ -1,5 +1,4 @@
@import "shadcn/dist/tailwind.css";
@import "@blocknote/core/fonts/inter.css";
@import "@blocknote/shadcn/style.css";
@tailwind base;