Update actor.ts

This commit is contained in:
Deva Midhun 2025-04-25 11:47:57 +05:30 committed by GitHub
parent 31b776e956
commit 1e038326a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ export default async function (req: VercelRequest, res: VercelResponse) {
const { headers } = req;
if (headers.accept && headers.accept.includes("text/html")) {
res.redirect(302, "https://coderrrrr.site/");
res.redirect(302, "https://coder.is-a.dev/");
return;
}