commit 5a59027eab9e74bdb32198685a904a9dbe450a68
parent debb4a99de46098aa1e9ebec336f1cb950d9714d
Author: George Francis <georgedoescode@gmail.com>
Date: Tue, 19 Jan 2021 06:45:57 +0000
add og:description
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
@@ -14,12 +14,16 @@
<meta property="og:url" content="https://squircley.app" />
<meta
name="description"
- content="Create and export beautiful SVG squircles to use in your designs."
+ content="Create and export beautiful SVG squircles to use in your designs!"
/>
<meta
property="og:image"
content="https://squircley.app/og-image.png"
/>
+ <meta
+ property="og:description"
+ content="Create and export beautiful SVG squircles to use in your designs!"
+ />
<link
href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;900&display=swap"
rel="stylesheet"