BUGFIX: Fix mathjax path on dev server. (#1501)

This commit is contained in:
Tom Prince
2024-07-19 18:13:42 -06:00
committed by GitHub
parent dc93d166f0
commit d1f190c894
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
// Defined by webpack on startup or compilation
declare const __COMMIT_HASH__: string;
declare const __webpack_public_path__: string;
// When using file-loader, we'll get a path to the resource
declare module "*.png" {