Skip to content

Commit 6e3c98e

Browse files
committed
fix: allnovelfull.com -> allnovelfull.net
1 parent b076e0b commit 6e3c98e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/guides/upgrade/index.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ const VisuallyHiddenInput = styled("input")({
4444
});
4545

4646
const updateDomain = (url: string) =>
47-
url.replace("https://www.wuxiap.com/", "https://www.wuxiabox.com/");
47+
url
48+
.replace("https://www.wuxiap.com/", "https://www.wuxiabox.com/")
49+
.replace("https://allnovelfull.com/", "https://allnovelfull.net/");
4850

4951
const isUrlAbsolute = (url: string) => {
5052
if (url) {

0 commit comments

Comments
 (0)