fix: update remaining vercel urls to drawdb.app

@1ilit started making similar changes in 4cc0811.

This commit performs a full search and replace for
`drawdb.vercel.app` to `drawdb.app`, fixing remaining "bad" urls.
This commit is contained in:
Felix Zedén Yverås
2024-07-13 12:58:36 +02:00
parent a459f36f58
commit 95e84705fb
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
<meta name="robots" content="index,follow,max-image-preview:large" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://drawdb.vercel.app/" />
<meta property="og:url" content="https://drawdb.app/" />
<meta
property="og:title"
content="drawDB | Online database diagram editor and SQL generator"
@@ -23,15 +23,15 @@
property="og:description"
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."
/>
<meta property="og:image" content="https://drawdb.vercel.app/hero_ss.png" />
<meta property="og:image" content="https://drawdb.app/hero_ss.png" />
<meta
name="twitter:image:src"
content="https://drawdb.vercel.app/hero_ss.png"
content="https://drawdb.app/hero_ss.png"
/>
<meta
name="twitter:tile:image"
content="https://drawdb.vercel.app/hero_ss.png"
content="https://drawdb.app/hero_ss.png"
/>
<meta name="twitter:card" content="summary_large_image" />