We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eceb3c0 commit b391536Copy full SHA for b391536
tools/mode_configurator/src/App.vue
@@ -119,7 +119,7 @@ function updateTemplatePath() {
119
return;
120
}
121
// Use the path directly from the version object
122
- templateBasePath.value = `/${selectedVersion.value.path}/`; // Use root-relative path - Removed /roo-commander/ prefix
+ templateBasePath.value = `${selectedVersion.value.path}/`; // Use relative path
123
124
125
// Handle version selection change
0 commit comments