Update yt.js

This commit is contained in:
Night 2023-06-22 17:11:47 +01:00 committed by GitHub
parent d01a2b0312
commit c7206dcfb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ import {useEffect} from "react";
export default function Youtube() {
const page = useRouter();
useEffect(() => {
page.push("http://youtube.com/Kirito01");
page.push("https://www.youtube.com/@night0721");
}, []);
return () => null;
}