mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 09:11:38 +00:00
Update nextjs to 12.1
* update modify post save to db * Update concurrent fectures * Update exist post
This commit is contained in:
@ -6,11 +6,8 @@ import remarkRehype from 'remark-rehype';
|
||||
import rehypeRaw from 'rehype-raw';
|
||||
import rehypeSlug from 'rehype-slug';
|
||||
import rehypeReact from 'rehype-react';
|
||||
import dynamic from 'next/dynamic';
|
||||
import cn from 'classnames';
|
||||
|
||||
const Link = dynamic(() => import('components/RUA/RUALink'));
|
||||
|
||||
interface Props {
|
||||
content: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user