fix: add missing KaTeX fonts

This commit is contained in:
tdurieux
2024-04-05 12:02:50 +01:00
parent f30110c567
commit cb3d999ed3
67 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import config from "../config";
function indexResponse(req: express.Request, res: express.Response) {
if (
req.path.startsWith("/script") ||
req.path.startsWith("/style") ||
req.path.startsWith("/css") ||
req.path.startsWith("/favicon") ||
req.path.startsWith("/api")
) {