Fixed mathjax hash

Changed to "not" minified version of mathjax since it is already minified
This commit is contained in:
George 2024-07-10 15:01:28 -03:00 committed by GitHub
parent e7d5c2f36a
commit d019fc0f18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -532,13 +532,13 @@ third_party_libraries:
version: "1.9.4" version: "1.9.4"
mathjax: mathjax:
integrity: integrity:
js: "sha256-rjmgmaB99riUNcdlrDtcAiwtLIojSxNyUFdl+Qh+rB4=" js: "sha256-MASABpB4tYktI2Oitl4t+78w/lyA+D7b/s9GEP0JOGI="
local: local:
fonts: "output/chtml/fonts/woff-v2/" fonts: "output/chtml/fonts/woff-v2/"
url: url:
fonts: "https://cdn.jsdelivr.net/npm/mathjax@{{version}}/es5/output/chtml/fonts/woff-v2/" fonts: "https://cdn.jsdelivr.net/npm/mathjax@{{version}}/es5/output/chtml/fonts/woff-v2/"
js: "https://cdn.jsdelivr.net/npm/mathjax@{{version}}/es5/tex-mml-chtml.min.js" js: "https://cdn.jsdelivr.net/npm/mathjax@{{version}}/es5/tex-mml-chtml.js"
version: "3.2.0" version: "3.2.2"
masonry: masonry:
integrity: integrity:
js: "sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI=" js: "sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI="