Skip to content

Commit

Permalink
fix: resolve ERR_OSSL_EVP_UNSUPPORTED
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Jul 24, 2023
1 parent ef46268 commit d09014d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ const installMenuChildren = [
]

module.exports = {
configureWebpack: {
output: {
hashFunction: "sha256"
}
},
base: '/',
head: require('./head'),
locales: {
Expand Down

0 comments on commit d09014d

Please sign in to comment.