diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/feeds/activity-notifications/+server.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/routes/feeds/activity-notifications/+server.ts b/src/routes/feeds/activity-notifications/+server.ts index 94ff60c0..db283613 100644 --- a/src/routes/feeds/activity-notifications/+server.ts +++ b/src/routes/feeds/activity-notifications/+server.ts @@ -15,7 +15,7 @@ export const GET = async ({ url }) => { <image> <url>https://due.moe/favicon-192x192.png</url> <link>https://due.moe</link> - <title>期限 Logo</title> + <title>期限 | AniList Notifications</title> </image> ${posts .map((notification: Notification) => { @@ -40,7 +40,7 @@ export const GET = async ({ url }) => { } return `<item> -<guid>${notification.id}</guid> +<guid isPermaLink="false">${notification.id}</guid> <title>${title}</title> <link>${link}</link> <author>${notification.user.name}</author> |