Add PHOBIA and TranceMission archives as standalone sites with passthrough copy

This commit is contained in:
2026-09-12 15:13:47 +02:00
parent dbb4d90306
commit 9988c5e47b
18 changed files with 557 additions and 0 deletions
+4
View File
@@ -48,6 +48,10 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("retro/mega-st-high/*.jpg");
eleventyConfig.addPassthroughCopy("retro/mistery-core/*.jpg");
// Standalone demo group archives (static HTML)
eleventyConfig.addPassthroughCopy("phobia/**");
eleventyConfig.addPassthroughCopy("tcm/**");
// Root-level shared assets
eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" });
eleventyConfig.addPassthroughCopy({ "shared/favicon/hub.svg": "favicon.svg" });