9 lines
274 B
JavaScript
9 lines
274 B
JavaScript
module.exports = {
|
|
buildTime: new Date(),
|
|
isProduction: process.env.NODE_ENV === 'production',
|
|
url: "http://localhost:8080",
|
|
description: "A blog built with Eleventy",
|
|
lang: "fr",
|
|
repository: "https://github.com/TheThomaas",
|
|
repoSrc: "Github"
|
|
} |