hugo-toha/assets/scripts/features/math/index.js

3 lines
69 B
JavaScript

if (process.env.FEATURE_MATH_KATEX === '1') {
import('./katex');
}