From a1a87c9515218f1607a681ca4fe90a8c819f440a Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 23 May 2018 13:01:18 +0530 Subject: [PATCH] fix dest path --- vuepress/.vuepress/config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/vuepress/.vuepress/config.js b/vuepress/.vuepress/config.js index a025d53..a48acbc 100644 --- a/vuepress/.vuepress/config.js +++ b/vuepress/.vuepress/config.js @@ -1,11 +1,7 @@ -const path = require('path'); - -const outputPath = path.resolve('./static/docs/datatable') - module.exports = { title: 'Frappe DataTable', description: 'A simple, modern and interactive datatable for the web', - dest: outputPath, + dest: './static/docs/datatable', base: '/docs/datatable/', themeConfig: { sidebar: [