mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
Add PHOBIA and TranceMission archives as standalone sites with passthrough copy
This commit is contained in:
@@ -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" });
|
||||
|
||||
Reference in New Issue
Block a user