From 12a26130f9d14adf9eac8c5791a4f305c325984c Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Fri, 9 Sep 2022 12:05:30 +0300 Subject: [PATCH] switch monaco to cdn --- src/components/MonacoEditor/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MonacoEditor/index.tsx b/src/components/MonacoEditor/index.tsx index cbfbd3c..e8911c6 100644 --- a/src/components/MonacoEditor/index.tsx +++ b/src/components/MonacoEditor/index.tsx @@ -9,7 +9,7 @@ import useGraph from "src/hooks/store/useGraph"; loader.config({ paths: { - vs: "https://microsoft.github.io/monaco-editor/node_modules/monaco-editor/min/vs", + vs: "https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.34.0/min/vs", }, });