mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-23 09:39:48 +02:00
fix: add missing KaTeX fonts
This commit is contained in:
+1
-1
@@ -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")
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user