diff options
Diffstat (limited to 'packages/gitbook-plugin-sharing/index.js')
-rw-r--r-- | packages/gitbook-plugin-sharing/index.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/gitbook-plugin-sharing/index.js b/packages/gitbook-plugin-sharing/index.js index 5217cad..5803889 100644 --- a/packages/gitbook-plugin-sharing/index.js +++ b/packages/gitbook-plugin-sharing/index.js @@ -1,9 +1,4 @@ module.exports = { - website: { - assets: './assets', - plugins: [ - './src/index.js' - ] - } + }; |