We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270d33f commit 4bc84adCopy full SHA for 4bc84ad
1 file changed
index.ts
@@ -30,6 +30,7 @@ let allowOrigins = [
30
"https://dai-shi.github.io",
31
"https://excalidraw.com",
32
"https://www.excalidraw.com",
33
+ "https://math.preview.excalidraw.com",
34
];
35
if (!PROD) {
36
allowOrigins.push("http://localhost:");
0 commit comments