From ffece8bf84ea5781d26158ed6c4981670a93a6f9 Mon Sep 17 00:00:00 2001 From: Deva Midhun Date: Sat, 8 Feb 2025 17:59:09 +0000 Subject: [PATCH] activitypub + pkg.json + vc.json --- vercel.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vercel.json b/vercel.json index ab4e997..88cc394 100644 --- a/vercel.json +++ b/vercel.json @@ -33,23 +33,23 @@ }, { "source": "/coder", - "destination": "/api/activitypub/actor.js" + "destination": "/api/activitypub/actor.ts" }, { "source": "/followers", - "destination": "/api/activitypub/followers.js" + "destination": "/api/activitypub/followers.ts" }, { "source": "/following", - "destination": "/api/activitypub/following.js" + "destination": "/api/activitypub/following.ts" }, { "source": "/inbox", - "destination": "/api/activitypub/inbox.js" + "destination": "/api/activitypub/inbox.ts" }, { "source": "/outbox", - "destination": "/api/activitypub/outbox.js" + "destination": "/api/activitypub/outbox.ts" } ], "headers": [