Add STPSU page with manual PDF and product images, deep-link from fleet

This commit is contained in:
2026-09-12 00:33:25 +02:00
parent df72630b14
commit 8c62c7e991
8 changed files with 57 additions and 1 deletions
+4
View File
@@ -34,6 +34,10 @@ module.exports = function (eleventyConfig) {
// Retro: ET4000 page images
eleventyConfig.addPassthroughCopy("retro/et4000-experiment/*.jpg");
// Retro: STPSU page images + manual PDF
eleventyConfig.addPassthroughCopy("retro/stpsu/*.png");
eleventyConfig.addPassthroughCopy("retro/stpsu/*.pdf");
// Root-level shared assets
eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" });
eleventyConfig.addPassthroughCopy({ "shared/favicon/hub.svg": "favicon.svg" });