mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
Add STGA adapter, card details and photos to ET4000 page
This commit is contained in:
@@ -31,6 +31,9 @@ module.exports = function (eleventyConfig) {
|
||||
// Retro: Storm ST / Cloudy ST page images
|
||||
eleventyConfig.addPassthroughCopy("retro/storm-cloudy/*.jpg");
|
||||
|
||||
// Retro: ET4000 page images
|
||||
eleventyConfig.addPassthroughCopy("retro/et4000-experiment/*.jpg");
|
||||
|
||||
// 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