Skip to content

Commit

Permalink
fix site not building
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed Feb 26, 2024
1 parent bc18669 commit 1cf5676
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 1 deletion.
78 changes: 78 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"author": "",
"scripts": {
"dev": "vuepress dev .",
"build": "vuepress build ."
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress build ."
},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.9.10",
"cross-env": "^7.0.3",
"vuepress": "^1.9.10"
}
}

0 comments on commit 1cf5676

Please sign in to comment.