mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
fix: markdown css missing
This commit is contained in:
@ -7,7 +7,6 @@ import RUAThemeProvider from 'components/pages/theme-provider';
|
||||
import fonts from 'lib/fonts';
|
||||
import { Metadata } from 'next';
|
||||
import 'styles/globals.css';
|
||||
import 'styles/rua.css';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'RUA',
|
||||
|
@ -11,6 +11,7 @@ import rehypeHighlight from 'rehype-highlight';
|
||||
import rehypeSlug from 'rehype-slug';
|
||||
import remarkGfm from 'remark-gfm';
|
||||
import { Post } from 'types';
|
||||
import 'styles/rua.css';
|
||||
|
||||
const PostToc = dynamic(() => import('components/post/post-toc'));
|
||||
const PostCommnetLine = dynamic(
|
||||
|
Reference in New Issue
Block a user