Skip to content

Commit d20a58c

Browse files
committed
chore: removes sequelize provider
1 parent d4530ac commit d20a58c

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

app/src/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const Index: NextPage = () => {
1616
<meta name="description" content={t("head.og.description")} />
1717
<meta property="og:title" content={t("head.og.title")} />
1818
<meta property="og:description" content={t("head.og.description")} />
19-
<meta property="og:url" content="https://svpervnder.com/" />
19+
<meta property="og:url" content="https://lease721.com/" />
2020
</Head>
2121

2222
<Home />

app/src/providers/sequelize/index.ts

-11
This file was deleted.

0 commit comments

Comments
 (0)