From 0307fcd54a4a65d40d302e306f99695302cf9385 Mon Sep 17 00:00:00 2001 From: Bala Siva Sai Akhil Malepati Date: Thu, 1 Dec 2022 20:13:20 -0800 Subject: [PATCH] Update the base path and incorporate restructure in VuePress --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee295d18e..7d9bf3881 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "scripts": { "docs:dev": "vuepress dev docs --config docs/.vuepress/config.ts", "docs:build": "vuepress build docs --config docs/.vuepress/config.ts", - "docs:copy": "cp -r vmware-ethereum/* docs/" + "docs:copy": "cp -r vmbc-ethereum/* docs/" }, "devDependencies": { "vuepress": "^2.0.0-beta.53"