Skip to content

Commit

Permalink
description meta
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed May 3, 2023
1 parent 6d49680 commit d51f2f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ export default function Home() {
<>
<Head>
<title>Deno Fresh OpenAI Vector Search</title>
<meta
name="description"
content="Template for building your own custom ChatGPT style doc search powered
by Fresh, Deno, OpenAI, and Supabase"
/>
</Head>
<div class="p-4 mx-auto max-w-screen-md font-mono">
<h1 class="text-3xl mb-4">Deno Fresh OpenAI Vector Search</h1>
Expand Down

0 comments on commit d51f2f8

Please sign in to comment.