We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc53a2 commit 5fc765bCopy full SHA for 5fc765b
1 file changed
src/middleware/index.ts
@@ -2,5 +2,5 @@ import { defineMiddleware } from "astro:middleware";
2
3
export const onRequest = defineMiddleware((context, next) => {
4
// 将所有请求重定向到目标网站
5
- return Response.redirect('https://coffic.zone.id', 301);
+ return Response.redirect('https://coffic.cn', 301);
6
});
0 commit comments