Skip to content

Commit

Permalink
style: import 형식 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkim0 committed Jan 23, 2024
1 parent 3a11642 commit 0ef369b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ import type * as Preset from '@docusaurus/preset-classic';

import remarkMath from 'remark-math';
import rehypeKatex from 'rehype-katex';
import {themes} from 'prism-react-renderer';

import convertAnchor from './src/remark/convert-anchor';

const {themes} = require('prism-react-renderer');

const config: Config = {
title: 'blog.jmk.im',
tagline: `jmkim0's blog`,
Expand Down

0 comments on commit 0ef369b

Please sign in to comment.