summaryrefslogtreecommitdiffstats
path: root/test/plugins/resources/index.js
blob: bafa54b2e92baf8fc08722873d29414b58cd54b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
    website: {
        js: [
            "https://cdn.mathjax.org/mathjax/2.4-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
        ]
    },
    ebook: {
        css: [
            "test"
        ]
    }
};