From 629358e289a30e1b958b7466a7650a278ed70082 Mon Sep 17 00:00:00 2001 From: elangosundar Date: Mon, 20 Jul 2020 15:58:43 +0530 Subject: [PATCH] Fixed the production build --- website/gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/gatsby-config.js b/website/gatsby-config.js index 2b98bfd..268b28f 100644 --- a/website/gatsby-config.js +++ b/website/gatsby-config.js @@ -3,7 +3,7 @@ module.exports = { title: 'awesome-github-profile', author: 'Elangovan', description: 'A collection of awesome readme templates', - siteUrl: '', + siteUrl: 'https://elangovan.in', social: { twitter: '@elango_sundar', },