From e542d3247d601d2ce48ada052a6a0d9a20adfd7a Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Sun, 11 Feb 2024 21:29:19 +0100 Subject: [PATCH] Remove title from data file --- src/_data/site.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/_data/site.js b/src/_data/site.js index 481e138..e6ede19 100644 --- a/src/_data/site.js +++ b/src/_data/site.js @@ -1,10 +1,9 @@ module.exports = { buildTime: new Date(), isProduction: process.env.NODE_ENV === 'production', - title: "TheThomaas", + url: "http://localhost:8080", description: "A blog built with Eleventy", lang: "fr", repository: "https://github.com/TheThomaas", - repoSrc: "Github", - url: "http://localhost:8080" + repoSrc: "Github" } \ No newline at end of file