From a0346fff859dd2e431160faab17cf809c775ea08 Mon Sep 17 00:00:00 2001 From: shufo Date: Wed, 20 May 2020 11:00:56 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20set=20vuepress=20build?= =?UTF-8?q?=20output=20dir=20to=20dist/docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Closes: #4175 --- docs/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index a5bef6af21fa4..1c3095cfff540 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,5 +1,6 @@ module.exports = { base: '/docs/', + dest: 'dist/docs', locales: { // The key is the path for the locale to be nested under. // As a special case, the default locale can use '/' as its path.