Skip to content

Commit 44cd503

Browse files
committed
Fix digital object location detection
1 parent f28323a commit 44cd503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/result/GenericResultView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { GenericResultViewTag, GenericResultViewTagProps } from "@/components/re
1414
import { GenericResultViewImageCarousel } from "@/components/result/GenericResultViewImageCarousel"
1515
import { z } from "zod"
1616

17-
const HTTP_REGEX = /https?:\/\/[a-z]+\.[a-z]+.*/gm
17+
const HTTP_REGEX = /https?:\/\/.*/
1818

1919
export interface GenericResultViewProps {
2020
/**

0 commit comments

Comments
 (0)