Skip to content

Commit

Permalink
chore: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
plmercereau committed Apr 23, 2023
1 parent 8fccf5c commit 43f4731
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-buttons-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chat-dbt": patch
---

correct html page title
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"OpenAI",
"postgres",
"postgresql",
"SQL"
"SQL",
"database",
"db",
"natural-language"
],
"author": "Pierre-Louis Mercereqau",
"homepage": "https://github.com/plmercereau/chat-dbt",
Expand Down
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function App(props: AppProps) {
return (
<>
<Head>
<title>Page title</title>
<title>Chat DBT</title>
<meta
name='viewport'
content='minimum-scale=1, initial-scale=1, width=device-width'
Expand Down

0 comments on commit 43f4731

Please sign in to comment.