We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4530ac commit d20a58cCopy full SHA for d20a58c
app/src/pages/index.tsx
@@ -16,7 +16,7 @@ const Index: NextPage = () => {
16
<meta name="description" content={t("head.og.description")} />
17
<meta property="og:title" content={t("head.og.title")} />
18
<meta property="og:description" content={t("head.og.description")} />
19
- <meta property="og:url" content="https://svpervnder.com/" />
+ <meta property="og:url" content="https://lease721.com/" />
20
</Head>
21
22
<Home />
app/src/providers/sequelize/index.ts
0 commit comments