Remove title from data file

This commit is contained in:
TheThomaas 2024-02-11 21:29:19 +01:00
parent dc25ba4336
commit e542d3247d

View file

@ -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"
}