Skip to content

Commit b5d4f93

Browse files
committed
deal with images PROPERLY and also now there isn't an extra copy of the built site LOL
1 parent 57ff9f3 commit b5d4f93

19 files changed

Lines changed: 1 addition & 1048 deletions

.eleventy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const config = {
99
export default async function (eleventyConfig) {
1010
eleventyConfig.addPassthroughCopy("css/*");
1111
eleventyConfig.addPassthroughCopy("js/*");
12+
eleventyConfig.addPassthroughCopy("images/*")
1213

1314
eleventyConfig.amendLibrary("md", (mdLib) => mdLib.use(markDownItAnchor), {level: [2, 3, 4]});
1415
}

0 commit comments

Comments
 (0)