index.js 234 字节
Newer Older
D
dailidong 已提交
1 2 3 4 5 6 7 8 9 10 11 12
module.exports = {
    // Extend website resources and html
    website: {
        assets: "./book",
        js: [
            "expandable-chapters.js"
        ],
        css: [
            "expandable-chapters.css"
        ]
    }
};