From 947ad7fbed8bb7d63d49252d96d0fbc0d6f10773 Mon Sep 17 00:00:00 2001 From: DVK Date: Thu, 25 Jan 2024 18:14:05 +0800 Subject: [PATCH] fix: roll back vdoing (#50) --- docs/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package.json b/docs/package.json index a2d9fca..5b042f7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -6,13 +6,13 @@ "repository": "https://github.com/DVKunion/SeaMoon", "author": "DVKunion", "scripts": { - "dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev .", - "build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build .", + "dev": "vuepress dev .", + "build": "vuepress build .", "updateTheme": "yarn remove vuepress-theme-vdoing && rm -rf node_modules && yarn && yarn add vuepress-theme-vdoing -D", "editFm": "node utils/editFrontmatter.js" }, "devDependencies": { "vuepress": "^1.9.7", - "vuepress-theme-vdoing": "^1.12.9" + "vuepress-theme-vdoing": "^1.12.8" } }