summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-sharing/index.js
blob: 5217cada226f97a36348cc39367ab3eb1a1a2d37 (plain)
1
2
3
4
5
6
7
8
9

module.exports = {
    website: {
        assets: './assets',
        plugins: [
            './src/index.js'
        ]
    }
};