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 ( -