mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-07-18 10:11:24 +00:00
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:
@@ -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" />
|
||||
|
||||
|
Reference in New Issue
Block a user