We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524bc58 commit a9db3f1Copy full SHA for a9db3f1
1 file changed
routes/favicon.ico.ts
@@ -0,0 +1,5 @@
1
+import { defineHandler } from "void";
2
+
3
+export const GET = defineHandler((c) => {
4
+ return c.redirect("https://viteplus.dev/favicon.svg", 301);
5
+});
0 commit comments