Add ACSI2STM page with photo, list as uninstalled extension

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