hugo-toha/assets/scripts/features/syntaxhighlight/index.js
2023-01-04 18:15:37 -08:00

3 lines
70 B
JavaScript

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