diff options
Diffstat (limited to 'test/plugins/resources/index.js')
-rw-r--r-- | test/plugins/resources/index.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/plugins/resources/index.js b/test/plugins/resources/index.js index d98d6f0..bafa54b 100644 --- a/test/plugins/resources/index.js +++ b/test/plugins/resources/index.js @@ -1,12 +1,12 @@ module.exports = { - website: { + website: { js: [ "https://cdn.mathjax.org/mathjax/2.4-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" ] }, ebook: { - css: [ - "test" - ] + css: [ + "test" + ] } }; |