From c8e6a76cf968105847e6f6d170a36bf04d276153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yae=CC=88l=20GUILLOUX?= Date: Thu, 20 May 2021 23:25:42 +0200 Subject: [PATCH] :sparkles: (docs) remove unnecessary boilerplate --- docs/nuxt.config.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index 7e1368d39..0fc381199 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -17,15 +17,6 @@ export default withDocus({ // https://github.com/moritzsternemann/vue-plausible#configuration domain: 'docus.dev' }, - socialImage: { - baseUrl: 'https://docus.dev', - chrome: { - browserWSEndpoint: 'wss://chrome.browserless.io/' - } - }, - windicss: { - root: resolve(__dirname, '..') - }, /** * Add image domains for nuxt-image */