mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
Fixed missing img src=
This commit is contained in:
parent
96dd9d185a
commit
57558cec88
@ -22,7 +22,7 @@ export function load(app) {
|
|||||||
// Replace the SVG to the beta documentation site with the current ref name
|
// Replace the SVG to the beta documentation site with the current ref name
|
||||||
.replace(
|
.replace(
|
||||||
/^<a href="(.*?)\/beta(.*?)"><img src=".*coverage.svg"/m, // formatting
|
/^<a href="(.*?)\/beta(.*?)"><img src=".*coverage.svg"/m, // formatting
|
||||||
`<a href="$1/${process.env.REF_NAME}$2"><"coverage.svg"`,
|
`<a href="$1/${process.env.REF_NAME}$2"><img src="coverage.svg"`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user