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

3 lines
77 B
JavaScript

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