We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3ec09 commit 59ee1d7Copy full SHA for 59ee1d7
2 files changed
README.md
@@ -2,4 +2,4 @@
2
3
Build wonderful things with love.
4
5
-Click this link to learn more: <https://cofficlab.pages.dev>
+Click this link to learn more: <https://coffic.zone.id>
src/middleware/index.ts
@@ -2,5 +2,5 @@ import { defineMiddleware } from "astro:middleware";
export const onRequest = defineMiddleware((context, next) => {
// 将所有请求重定向到目标网站
- return Response.redirect('https://cofficlab.pages.dev', 301);
+ return Response.redirect('https://coffic.zone.id', 301);
6
});
0 commit comments