Add 4 Mega ST computer detail pages (Low, High, Heirloom, Mega ST 2)

This commit is contained in:
2026-09-12 01:39:59 +02:00
parent 33fd24474e
commit 60626afb5d
16 changed files with 153 additions and 4 deletions
+1
View File
@@ -45,6 +45,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("retro/acsi2stm/*.jpg");
eleventyConfig.addPassthroughCopy("retro/atari-vga/*.jpg");
eleventyConfig.addPassthroughCopy("retro/laser-mouse/*.jpg");
eleventyConfig.addPassthroughCopy("retro/mega-st-high/*.jpg");
// Root-level shared assets
eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" });