Build fails throwing error “accessing template content too early”. Even by using the new eleventyImport feature, the problem persists.
I had to set eleventyExcludeFromCollections: true in the front matter of /en/blog and /blog. This hides these two pages from the sitemap, though.
Build fails throwing error “accessing template content too early”. Even by using the new
eleventyImportfeature, the problem persists.I had to set
eleventyExcludeFromCollections: truein the front matter of/en/blogand/blog. This hides these two pages from the sitemap, though.