We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31e9bb1 + cda993e commit fd7797bCopy full SHA for fd7797b
components/VideoIcon.tsx
@@ -6,7 +6,7 @@ import { VideoProps } from "./VideoDetail";
6
7
type Props = VideoProps;
8
9
-const urlPrefix = "https://www.nicovideo.jp/watch/";
+const urlPrefix = "https://www.nicovideo.jp/watch_tmp/";
10
11
const VideoIcon = React.memo(({ video }: Props) => {
12
return (
components/VideoWrap.tsx
@@ -11,7 +11,7 @@ type Props = {
float?: boolean;
} & VideoProps;
13
14
15
16
const VideoWrap = React.memo(({ video, float }: Props) => {
17
const { t } = useTranslation("VideoWrap");
0 commit comments