build fail resolve, config file updates

This commit is contained in:
timurgordon
2022-07-21 10:38:05 +02:00
parent 252c267e7f
commit c1f19273b0

View File

@@ -55,25 +55,25 @@ smart_punctuation = true
name = "categories" name = "categories"
feed = true feed = true
paginate_by = 6 paginate_by = 6
paginate_path = "/blog-posts" paginate_path = "blog-posts"
[[taxonomies]] [[taxonomies]]
name = "partners-category" name = "partners-category"
feed = true feed = true
paginate_by = 6 paginate_by = 6
paginate_path = "/partner-card" paginate_path = "partner-card"
[[taxonomies]] [[taxonomies]]
name = "news-category" name = "news-category"
feed = true feed = true
paginate_by = 6 paginate_by = 6
paginate_path = "/news-card" paginate_path = "news-card"
[[taxonomies]] [[taxonomies]]
name = "roles" name = "roles"
feed = true feed = true
paginate_by = 2 paginate_by = 2
paginate_path = "/join-us" paginate_path = "join-us"
[[taxonomies]] [[taxonomies]]
name = "tags" name = "tags"