Skip to content

Commit 4d73cb2

Browse files
committed
fix typo
1 parent 79393d1 commit 4d73cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function App() {
178178
_leanMonaco.setInfoviewElement(infoviewRef.current!)
179179
;(async () => {
180180
await _leanMonaco.start(options)
181-
await leanMonacoEditor.start(editorRef.current!, `./${project}.lean`, code)
181+
await leanMonacoEditor.start(editorRef.current!, `/project/${project}.lean`, code)
182182

183183
setEditor(leanMonacoEditor.editor)
184184
setLeanMonaco(_leanMonaco)

0 commit comments

Comments
 (0)