mirror of
https://github.com/turbomaster95/coderrrrr.git
synced 2025-05-15 05:50:15 +00:00
activitypub + pkg.json + vc.json
This commit is contained in:
parent
f3de01680a
commit
ffece8bf84
10
vercel.json
10
vercel.json
@ -33,23 +33,23 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/coder",
|
"source": "/coder",
|
||||||
"destination": "/api/activitypub/actor.js"
|
"destination": "/api/activitypub/actor.ts"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/followers",
|
"source": "/followers",
|
||||||
"destination": "/api/activitypub/followers.js"
|
"destination": "/api/activitypub/followers.ts"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/following",
|
"source": "/following",
|
||||||
"destination": "/api/activitypub/following.js"
|
"destination": "/api/activitypub/following.ts"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/inbox",
|
"source": "/inbox",
|
||||||
"destination": "/api/activitypub/inbox.js"
|
"destination": "/api/activitypub/inbox.ts"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/outbox",
|
"source": "/outbox",
|
||||||
"destination": "/api/activitypub/outbox.js"
|
"destination": "/api/activitypub/outbox.ts"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"headers": [
|
"headers": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user