From 9276eb0238b893b82b0651b83f64bcaaf76fdecf Mon Sep 17 00:00:00 2001 From: Ty Tremblay Date: Fri, 13 Dec 2024 17:28:00 -0500 Subject: [PATCH] fix editor schema --- src/components/ConfigEditor.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ConfigEditor.tsx b/src/components/ConfigEditor.tsx index cfb31db..157b3aa 100644 --- a/src/components/ConfigEditor.tsx +++ b/src/components/ConfigEditor.tsx @@ -21,7 +21,7 @@ export function ConfigEditor(props: ConfigEditorProps) { validate: true, schemas: [ { - uri: '../../config/schema.json', + uri: 'https://frc2713.github.io/QRScout/schema.json', fileMatch: ['*'], schema, }, @@ -29,7 +29,7 @@ export function ConfigEditor(props: ConfigEditorProps) { }); }, [monaco]); return ( -
+