Skip to content

Commit 3efad57

Browse files
Update path configuration in Editor component
Set the path to '/zenko' regardless of environment.
1 parent 11ca37f commit 3efad57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/ui-elements/Editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Editor = ({
3333
}, [themeMode]);
3434

3535
useMemo(() => {
36-
const path = process.env.NODE_ENV === 'development' ? '/zenko' : basePath;
36+
const path = '/zenko';
3737
loader.config({ paths: { vs: path + '/vs' } });
3838
}, []);
3939

0 commit comments

Comments
 (0)