Some tweaks for me
This commit is contained in:
parent
27bfc3731b
commit
5284aa43a4
4 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
import pluginFilters from "./_config/filters.js";
|
||||
|
||||
export default async function(eleventyConfig) {
|
||||
eleventyConfig.setUseGitIgnore(false);
|
||||
|
||||
eleventyConfig.addPlugin(pluginFilters);
|
||||
|
||||
eleventyConfig.addCollection("series", collectionsApi => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue