Atualização automática: 2026-05-18 20:12:35
This commit is contained in:
@@ -437,8 +437,6 @@ function openCloneFolder(directory) {
|
||||
}
|
||||
|
||||
function openClonedSite(directory) {
|
||||
// Extract folder name and open site in browser via window.open
|
||||
const folderName = directory.split('/').pop();
|
||||
const siteUrl = window.location.protocol + '//' + window.location.host + '/' + folderName + '/index.html';
|
||||
window.open(siteUrl, '_blank');
|
||||
window.open('/api/preview/' + folderName, '_blank');
|
||||
}
|
||||
Reference in New Issue
Block a user