nodebb-plugin-katex2 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plugin.json +1 -2
- package/static/js/render.js +1 -1
package/package.json
CHANGED
package/plugin.json
CHANGED
package/static/js/render.js
CHANGED
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
// const basePath = "/plugins/nodebb-plugin-katex/node_modules/katex/dist/";
|
|
121
121
|
// Находим правильный путь
|
|
122
122
|
// Путь к файлам через modules
|
|
123
|
-
const basePath = "/assets/plugins/nodebb-plugin-
|
|
123
|
+
const basePath = "/assets/plugins/nodebb-plugin-katex2/katex/";
|
|
124
124
|
|
|
125
125
|
// Параллельная загрузка всех файлов
|
|
126
126
|
await Promise.all([
|