Add images to MiSTery Core page with passthrough copy

This commit is contained in:
2026-09-12 13:17:33 +02:00
parent 14d210032d
commit 1e893e4d69
11 changed files with 22 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("retro/atari-vga/*.jpg");
eleventyConfig.addPassthroughCopy("retro/laser-mouse/*.jpg");
eleventyConfig.addPassthroughCopy("retro/mega-st-high/*.jpg");
eleventyConfig.addPassthroughCopy("retro/mistery-core/*.jpg");
// Root-level shared assets
eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" });