fix(client): integrate highlight.js (partially)

This commit is contained in:
Elian Doran
2025-05-17 01:43:37 +03:00
parent 875075e8c4
commit bfa4c09c7e
5 changed files with 5 additions and 8 deletions

View File

@@ -65,8 +65,6 @@ async function register(app: express.Application) {
app.use(`/${assetPath}/node_modules/normalize.css/`, persistentCacheStatic(path.join(nodeModulesDir, "normalize.css/")));
app.use(`/${assetPath}/node_modules/jquery.fancytree/dist/`, persistentCacheStatic(path.join(nodeModulesDir, "jquery.fancytree/dist/")));
app.use(`/${assetPath}/node_modules/@highlightjs/cdn-assets/`, persistentCacheStatic(path.join(nodeModulesDir, "@highlightjs/cdn-assets/")));
}
export default {