parent
a52d8bc5c9
commit
0a037a5bc5
@ -1,4 +1,5 @@
|
|||||||
export default async function (eleventyConfig) {
|
export default async function (eleventyConfig) {
|
||||||
eleventyConfig.setOutputDirectory("dist");
|
eleventyConfig.setOutputDirectory("dist");
|
||||||
eleventyConfig.addPassthroughCopy("static/**/*");
|
eleventyConfig.addPassthroughCopy("static/**/*");
|
||||||
|
eleventyConfig.addPassthroughCopy("posts/**/*.jpg");
|
||||||
}
|
}
|
||||||
|
|||||||
|
After Width: | Height: | Size: 117 KiB |
Loading…
Reference in new issue