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