mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-18 01:10:25 +00:00
Add passthrough copy for Storm/Cloudy page images
This commit is contained in:
@@ -28,6 +28,9 @@ module.exports = function (eleventyConfig) {
|
|||||||
|
|
||||||
// --- Passthrough copies ---
|
// --- Passthrough copies ---
|
||||||
|
|
||||||
|
// Retro: Storm ST / Cloudy ST page images
|
||||||
|
eleventyConfig.addPassthroughCopy("retro/storm-cloudy/*.jpg");
|
||||||
|
|
||||||
// Root-level shared assets
|
// Root-level shared assets
|
||||||
eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" });
|
eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" });
|
||||||
eleventyConfig.addPassthroughCopy({ "shared/favicon/hub.svg": "favicon.svg" });
|
eleventyConfig.addPassthroughCopy({ "shared/favicon/hub.svg": "favicon.svg" });
|
||||||
|
|||||||
Reference in New Issue
Block a user