We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a9b3b commit 2328cf4Copy full SHA for 2328cf4
src/routes/integrations/+page.ts
@@ -38,7 +38,6 @@ export const load = () => {
38
const integrationName = slug.slice(slug.lastIndexOf('/') + 1);
39
40
frontmatter.platform.map((platform) => platforms.push(platform));
41
- console.log(categoryDescriptions.find((i) => i.slug === frontmatter.category));
42
categories.push(
43
categoryDescriptions.find((i) => i.slug === frontmatter.category) ??
44
({} as SearchableCategory)
0 commit comments