Skip to content

Commit

Permalink
URLのprefixを https://www.nicovideo.jp/watch_tmp/ に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
naari3 committed Jun 18, 2024
1 parent 31e9bb1 commit 52aa3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/VideoDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export type VideoProps = {
video: Pick<Video, typeof usedFields[number]>;
};

const urlPrefix = "https://www.nicovideo.jp/watch/";
const urlPrefix = "https://www.nicovideo.jp/watch_tmp/";

const VideoDetail = React.memo(({ video }: VideoProps) => {
return (
Expand Down

0 comments on commit 52aa3e4

Please sign in to comment.