Add Laser Mouse page for Atari STM-1 laser board conversion

This commit is contained in:
2026-09-12 01:30:32 +02:00
parent 20cb6cc882
commit 57d26a929d
4 changed files with 43 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("retro/stpsu/*.jpg");
eleventyConfig.addPassthroughCopy("retro/acsi2stm/*.jpg");
eleventyConfig.addPassthroughCopy("retro/atari-vga/*.jpg");
eleventyConfig.addPassthroughCopy("retro/laser-mouse/*.jpg");
// Root-level shared assets
eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" });