Skip to content

Commit

Permalink
But actually do it correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
zackproser committed Oct 5, 2024
1 parent 240c3c0 commit c1649ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/devtools/page.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { Metadata } from 'next'
import DevToolsPageClient from './DevToolsPageClient'
import { getTools } from '@/lib/getTools'
import { createMetadata } from '@/utils/createMetadata'

export const metadata: Metadata = {
export const metadata: Metadata = createMetadata({
title: 'AI-Assisted Developer Tools',
description: 'Compare different AI-assisted developer tools to find the best fit for your needs',
}
});

export default function DevToolsPage() {
const tools = getTools()
Expand Down

0 comments on commit c1649ff

Please sign in to comment.