fix: move demo links to correct templates

This commit is contained in:
sthag 2024-08-11 17:23:31 +02:00
parent cf3149d69b
commit fa63f026c5
7 changed files with 8 additions and 7 deletions

View file

@ -18,7 +18,8 @@ module.exports = function (eleventyConfig) {
brand: 'hippie',
titlePrefix: '',
titlePostfix: ' - HIPPIE',
debugMode: true
debugMode: true,
legacyMode: false
});
eleventyConfig.addPassthroughCopy({"source/art/images": "art"});