Skip to content

Commit 9456d48

Browse files
authored
Merge pull request #1282 from mathjax/fix/node-main
Update font location for node-main
2 parents 9d9f61e + 1fa60c4 commit 9456d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/mjs/node-main/node-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const dir = global.MathJax.config.__dirname; // set up by node-main.mjs or nod
3434
* Set up the initial configuration
3535
*/
3636
combineDefaults(MathJax.config, 'loader', {
37-
paths: {'mathjax-newcm': 'mathjax-newcm-font'},
37+
paths: {'mathjax-newcm': '@mathjax/mathjax-newcm-font'},
3838
require: eval("(file) => import(file)"), // use dynamic imports
3939
failed: (err) => {throw err} // pass on error message to init()'s catch function
4040
});

0 commit comments

Comments
 (0)