Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: example edit or authentication source #17583

Merged
merged 14 commits into from
Nov 15, 2024
4 changes: 2 additions & 2 deletions lib/routes/logrocket/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import cache from '@/utils/cache';
export const route: Route = {
path: '/:type',
categories: ['blog'],
example: '/dev',
example: 'logrocket/dev',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
example: 'logrocket/dev',
example: '/logrocket/dev',

parameters: { type: 'dev | product-management | ux-design' },
radar: [
{
Expand Down Expand Up @@ -65,7 +65,7 @@ async function handler(ctx) {
return {
title: `logrocket-${title}`,
link,
description: `logrocket-${title}`,
description: `logrocket-${title} feedId:80088309178667008+userId:66323928197854208`,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: `logrocket-${title} feedId:80088309178667008+userId:66323928197854208`,
description: `logrocket-${title}`,

item: items,
};
}
Loading