Skip to content

Commit 22fe8db

Browse files
committed
Pass through pattern-pigeon to the main site!
1 parent ed6d608 commit 22fe8db

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.eleventyignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
README.md
2-
static_folders/
2+
static_folders/
3+
content/projects/pattern-pigeon/**

eleventy.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ export default async function (eleventyConfig) {
2323
.addPassthroughCopy({
2424
"./public/": "/"
2525
})
26-
.addPassthroughCopy("./content/feed/pretty-atom-feed.xsl");
26+
.addPassthroughCopy("./content/feed/pretty-atom-feed.xsl")
27+
.addPassthroughCopy({ "./content/projects/pattern-pigeon": "projects/pattern-pigeon" });
2728

2829
// Run Eleventy when these files change:
2930
// https://www.11ty.dev/docs/watch-serve/#add-your-own-watch-targets

0 commit comments

Comments
 (0)