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