We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0ea84 commit 0132ce1Copy full SHA for 0132ce1
routes/index.tsx
@@ -1,7 +1,7 @@
1
// deno-lint-ignore-file react-no-danger
2
import { signal } from "@preact/signals";
3
export function handler(req: Request): Response {
4
- return Response.redirect("https://imissyumemi.337494.xyz", 307);
+ return Response.redirect("http://imissyumemi.337494.xyz", 307);
5
}
6
export default function Home() {
7
return (
0 commit comments