File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -703,7 +703,7 @@ export class ClineProvider
703
703
window.IMAGES_BASE_URI = "${ imagesUri } "
704
704
window.AUDIO_BASE_URI = "${ audioUri } "
705
705
window.MATERIAL_ICONS_BASE_URI = "${ materialIconsUri } "
706
- window.KILOCODE_BASE_URL = ${ process . env . KILOCODE_BASE_URL ? `"${ process . env . KILOCODE_BASE_URL } "` : "undefined " }
706
+ ${ process . env . KILOCODE_BASE_URL ? `window.KILOCODE_BASE_URL = "${ process . env . KILOCODE_BASE_URL } "` : "// KILOCODE_BASE_URL not set, will use default " }
707
707
</script>
708
708
<title>Kilo Code</title>
709
709
</head>
@@ -778,7 +778,7 @@ export class ClineProvider
778
778
window.IMAGES_BASE_URI = "${ imagesUri } "
779
779
window.AUDIO_BASE_URI = "${ audioUri } "
780
780
window.MATERIAL_ICONS_BASE_URI = "${ materialIconsUri } "
781
- window.KILOCODE_BASE_URL = ${ process . env . KILOCODE_BASE_URL ? `"${ process . env . KILOCODE_BASE_URL } "` : "undefined " }
781
+ ${ process . env . KILOCODE_BASE_URL ? `window.KILOCODE_BASE_URL = "${ process . env . KILOCODE_BASE_URL } "` : "// KILOCODE_BASE_URL not set, will use default " }
782
782
</script>
783
783
<title>Kilo Code</title>
784
784
</head>
You can’t perform that action at this time.
0 commit comments