Skip to content

Commit

Permalink
fix: meta
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Dec 6, 2024
1 parent ea99e32 commit db34f2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/web/app/svg-benchmark/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ import { ScrollArea } from '@/components/ui/scroll-area';
import benchmarkData from './benchmarks.json';

import { PageLayout } from '@/components/PageLayout';
import { Link } from '@/components/Link';
import { InnerPage } from '@/components/InnerPage';

export const metadata = {
title: 'TechNutty',
title: 'AI Benchmarks',
description:
'TechNutty was a technology news site that was run by Nicholas Griffin.',
'Compare responses from different AI models from my personal testing.',
};

export default async function Home() {
Expand Down

0 comments on commit db34f2e

Please sign in to comment.