fix: image multi rendering

This commit is contained in:
DIYgod 2023-06-23 17:15:05 +01:00
parent b436189f2f
commit 72630df35b
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,8 @@ import remarkParse from "remark-parse"
import remarkRehype from "remark-rehype"
import { unified } from "unified"
import AdvancedImage from "~/components/ui/AdvancedImage"
import { transformers } from "./embed-transformers"
import { rehypeAudio } from "./rehype-audio"
import {
@ -48,7 +50,6 @@ import { remarkPangu } from "./remark-pangu"
import { remarkYoutube } from "./remark-youtube"
import sanitizeScheme from "./sanitize-schema"
const AdvancedImage = dynamic(() => import("~/components/ui/AdvancedImage"))
const Style = dynamic(() => import("~/components/common/Style"))
const Mention = dynamic(() => import("~/components/ui/Mention"))
const Mermaid = dynamic(() => import("~/components/ui/Mermaid"))