Fixed ROOT_URL regression
This commit is contained in:
parent
9e4286db4a
commit
a6551fa114
@ -24,7 +24,7 @@
|
||||
if (matches[1] === 'include') {
|
||||
return '../../dist/';
|
||||
}
|
||||
return src.replace(leafletRe, '');
|
||||
return src.replace(leafletRe, '') + '/';
|
||||
}
|
||||
}
|
||||
return '';
|
||||
|
Loading…
Reference in New Issue
Block a user