mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-04-27 03:01:06 -04:00
fix: bulds failing due to mixed import methods
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// Note: type annotations allow type checking and IDEs autocompletion
|
||||
require('dotenv').config()
|
||||
|
||||
import remarkMath from 'remark-math'
|
||||
import rehypeKatex from 'rehype-katex'
|
||||
const remarkMath = require('remark-math').default
|
||||
const rehypeKatex = require('rehype-katex').default
|
||||
|
||||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
|
||||
Reference in New Issue
Block a user