From 4c34eac0fa4928e33a1a6d9dec33030b327c18cf Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 1 Feb 2024 00:25:06 -0500 Subject: [PATCH] Line 14 a period after https Line 14 extra period in https from https.: to https:// --- src/_data/meta.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/meta.js b/src/_data/meta.js index b04a4bf..cb47c8b 100644 --- a/src/_data/meta.js +++ b/src/_data/meta.js @@ -11,7 +11,7 @@ module.exports = { name: 'Lene Saile', // i.e. Lene Saile - page / blog author's name. Must be set. avatar: '/favicon.png', email: 'hola@lenesaile.com', // i.e. hola@lenesaile.com - email of the author - website: 'https.://www.lenesaile.com' // i.e. https.://www.lenesaile.com - the personal site of the author + website: 'https://www.lenesaile.com' // i.e. https.://www.lenesaile.com - the personal site of the author }, creator: { name: 'Lene Saile', // i.e. Lene Saile - creator's (developer) name.