We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b076e0b commit 6e3c98eCopy full SHA for 6e3c98e
src/routes/guides/upgrade/index.tsx
@@ -44,7 +44,9 @@ const VisuallyHiddenInput = styled("input")({
44
});
45
46
const updateDomain = (url: string) =>
47
- url.replace("https://www.wuxiap.com/", "https://www.wuxiabox.com/");
+ url
48
+ .replace("https://www.wuxiap.com/", "https://www.wuxiabox.com/")
49
+ .replace("https://allnovelfull.com/", "https://allnovelfull.net/");
50
51
const isUrlAbsolute = (url: string) => {
52
if (url) {
0 commit comments