Skip to content

Commit 43f4731

Browse files
committed
chore: changeset
1 parent 8fccf5c commit 43f4731

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.changeset/lazy-buttons-applaud.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"chat-dbt": patch
3+
---
4+
5+
correct html page title

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"OpenAI",
99
"postgres",
1010
"postgresql",
11-
"SQL"
11+
"SQL",
12+
"database",
13+
"db",
14+
"natural-language"
1215
],
1316
"author": "Pierre-Louis Mercereqau",
1417
"homepage": "https://github.com/plmercereau/chat-dbt",

pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function App(props: AppProps) {
1111
return (
1212
<>
1313
<Head>
14-
<title>Page title</title>
14+
<title>Chat DBT</title>
1515
<meta
1616
name='viewport'
1717
content='minimum-scale=1, initial-scale=1, width=device-width'

0 commit comments

Comments
 (0)