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