From 5f6b589e9f3d490475ec0bf701375dba5e781751 Mon Sep 17 00:00:00 2001 From: Moris Zen Date: Wed, 12 Sep 2018 14:12:09 +0200 Subject: [PATCH] Add twitter meta tags --- src/components/SEO.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/SEO.js b/src/components/SEO.js index 21ef9bf..bbd8d1f 100644 --- a/src/components/SEO.js +++ b/src/components/SEO.js @@ -28,8 +28,16 @@ const SEO = ({ ...props }) => ( : 'Saburly - App Development & Mobile Design agency that makes you stand out'} /> + + + + + + + ) export default SEO -