fix: variable naming

This commit is contained in:
sthag 2024-08-08 20:35:08 +02:00
parent 268202f33d
commit 8eb377717a
3 changed files with 5 additions and 4 deletions

View file

@ -9,9 +9,10 @@ module.exports = function (eleventyConfig) {
});
eleventyConfig.addGlobalData("hippie", {
pageBase: './',
brand: 'hippie',
titlePrefix: ' - HIPPIE',
pageBase: './'
titlePrefix: '',
titlePostfix: ' - HIPPIE'
});
eleventyConfig.addPassthroughCopy({"source/art/images": "art"});