diff --git a/website/package.json b/website/package.json index ea89ffb..91a7feb 100644 --- a/website/package.json +++ b/website/package.json @@ -1,8 +1,8 @@ { "scripts": { - "start": "docusaurus start", + "start": "NODE_OPTIONS=--openssl-legacy-provider docusaurus start", "swizzle": "docusaurus swizzle", - "build": "docusaurus build", + "build": "NODE_OPTIONS=--openssl-legacy-provider docusaurus build", "publish-gh-pages": "docusaurus deploy" }, "devDependencies": { @@ -18,4 +18,4 @@ "is-promise": "2.1.0", "react-player": "^2.10.1" } -} \ No newline at end of file +}