fix: arreglar parseo de internal links
This commit is contained in:
parent
435cccfb1c
commit
cd39e1ea52
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ export const schema = new Schema({
|
|||
const href = dom.getAttribute("href");
|
||||
if (
|
||||
href &&
|
||||
/[useandom\-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict]{21}/.test(
|
||||
/^[useandom\-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict]{21}$/.test(
|
||||
href,
|
||||
)
|
||||
) {
|
||||
|
|
Loading…
Reference in a new issue