fix: image multi rendering
This commit is contained in:
parent
b436189f2f
commit
72630df35b
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Reference in New Issue