Add Atari to VGA page with three adapters, photo and ST2VGA Enhanced uninstalled

This commit is contained in:
2026-09-12 01:26:04 +02:00
parent 56da5fe4cb
commit d05c83f077
5 changed files with 41 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("retro/eiffel/*.jpg");
eleventyConfig.addPassthroughCopy("retro/stpsu/*.jpg");
eleventyConfig.addPassthroughCopy("retro/acsi2stm/*.jpg");
eleventyConfig.addPassthroughCopy("retro/atari-vga/*.jpg");
// Root-level shared assets
eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" });