cleanup unused stuff
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 59s
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Deploy Dev Website (push) Successful in 9s

This commit is contained in:
Samuel Philipp 2024-03-31 14:34:16 +02:00
parent 40a4a44c52
commit 6539c2ae61

View file

@ -62,10 +62,6 @@ module.exports = function (eleventyConfig) {
.length;
});
eleventyConfig.addFilter('getServiceById', (services, serviceId) => {
return services.find(s => s.id === serviceId);
});
return {
// Pre-process *.md files with: (default: `liquid`)
markdownTemplateEngine: "njk",