Skip to content

Commit 4a7d312

Browse files
authored
Merge pull request #153 from FelixZY/fzy/url/1
fix: update remaining vercel urls to drawdb.app
2 parents a459f36 + 95e8470 commit 4a7d312

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h3 align="center">Free, simple, and intuitive database design tool and SQL generator.</h3>
66

77
<p align="center">
8-
<a href="https://drawdb.vercel.app/">drawDB</a>
8+
<a href="https://drawdb.app/">drawDB</a>
99
·
1010
<a href="https://discord.gg/BrjZgNrmR6">Discord</a>
1111
·

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta name="robots" content="index,follow,max-image-preview:large" />
1515

1616
<meta property="og:type" content="website" />
17-
<meta property="og:url" content="https://drawdb.vercel.app/" />
17+
<meta property="og:url" content="https://drawdb.app/" />
1818
<meta
1919
property="og:title"
2020
content="drawDB | Online database diagram editor and SQL generator"
@@ -23,15 +23,15 @@
2323
property="og:description"
2424
content="Online database entity-realtionship diagram editor, data modeler, and SQL generator. Design, visualize, and export scripts without an account and completely free of charge."
2525
/>
26-
<meta property="og:image" content="https://drawdb.vercel.app/hero_ss.png" />
26+
<meta property="og:image" content="https://drawdb.app/hero_ss.png" />
2727

2828
<meta
2929
name="twitter:image:src"
30-
content="https://drawdb.vercel.app/hero_ss.png"
30+
content="https://drawdb.app/hero_ss.png"
3131
/>
3232
<meta
3333
name="twitter:tile:image"
34-
content="https://drawdb.vercel.app/hero_ss.png"
34+
content="https://drawdb.app/hero_ss.png"
3535
/>
3636
<meta name="twitter:card" content="summary_large_image" />
3737

0 commit comments

Comments
 (0)