This commit is contained in:
@@ -48,6 +48,9 @@ export default function (eleventyConfig) {
|
|||||||
// (content/ is in .gitignore because it's a symlink, but we need to process it)
|
// (content/ is in .gitignore because it's a symlink, but we need to process it)
|
||||||
eleventyConfig.setUseGitIgnore(false);
|
eleventyConfig.setUseGitIgnore(false);
|
||||||
|
|
||||||
|
// Passthrough copy for OG images
|
||||||
|
eleventyConfig.addPassthroughCopy({ ".cache/og": "images/og" });
|
||||||
|
|
||||||
// Ignore output directory (prevents re-processing generated files via symlink)
|
// Ignore output directory (prevents re-processing generated files via symlink)
|
||||||
eleventyConfig.ignores.add("_site");
|
eleventyConfig.ignores.add("_site");
|
||||||
eleventyConfig.ignores.add("_site/**");
|
eleventyConfig.ignores.add("_site/**");
|
||||||
|
|||||||
Reference in New Issue
Block a user