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

3 lines
78 B
JavaScript

if (process.env.FEATURE_SYNTAXHIGHLIGHT_HLJS === '1') {
import('./hljs');
}