Skip to content

Commit 0132ce1

Browse files
committed
update
1 parent 3e0ea84 commit 0132ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// deno-lint-ignore-file react-no-danger
22
import { signal } from "@preact/signals";
33
export function handler(req: Request): Response {
4-
return Response.redirect("https://imissyumemi.337494.xyz", 307);
4+
return Response.redirect("http://imissyumemi.337494.xyz", 307);
55
}
66
export default function Home() {
77
return (

0 commit comments

Comments
 (0)