.
This commit is contained in:
parent
9ceacd1906
commit
3406cda5ef
7 changed files with 57 additions and 57 deletions
|
|
@ -62,7 +62,7 @@ export const mapearPasta = ({
|
|||
for (const [i, parte] of partes.entries()) {
|
||||
if (i === partes.length - 1) {
|
||||
pasta[parte] = `~~~\${prefixo}${encodeURI(
|
||||
arquivo.slice(pasta_estaticos.length),
|
||||
arquivo.slice(pasta_estaticos.length - 1),
|
||||
)}~~~`;
|
||||
} else {
|
||||
pasta[parte] = pasta[parte] || {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue