Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Oct 27, 2023
1 parent 2c6f4a5 commit 66377c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/activitypub/note/[id].ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const GET: APIRoute = async ({ params }) => {
HashTag: 'as:HashTag',
},
],
id: `https://blog.yunyi.beiyan.us/api/activitypub/note/${post.url}`,
id: `https://blog.yunyi.beiyan.us/api/activitypub/note${post.url}`,
type: 'Note',
attributedTo: 'https://blog.yunyi.beiyan.us/api/activitypub/actor',
cc: ['https://blog.yunyi.beiyan.us/api/activitypub/followers'],
Expand Down

0 comments on commit 66377c6

Please sign in to comment.