-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
chore: migrate /apps/[slug]
page
#18848
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
/apps/[slug]
page
@@ -10,8 +8,6 @@ import { getAppAssetFullPath } from "@calcom/app-store/getAppAssetFullPath"; | |||
import { IS_PRODUCTION } from "@calcom/lib/constants"; | |||
import prisma from "@calcom/prisma"; | |||
|
|||
const md = new MarkdownIt("default", { html: true, breaks: true }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wasn't being used
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (01/23/25)1 reviewer was added to this PR based on Keith Williams's automation. |
E2E results are ready! |
return await generateAppMetadata( | ||
{ slug: logo, name, description }, | ||
() => name, | ||
() => description | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are you passing logo to slug property? there is already slug property in props.data
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but waiting for Benny's reply to Udit's comment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great. Let's go!
What does this PR do?
/apps/[slug]
to App RouterMandatory Tasks (DO NOT REMOVE)
How should this be tested?
/apps/[slug]
pages