From c1f19273b084370f2de59e3ed9bff7de7a3c3a11 Mon Sep 17 00:00:00 2001 From: timurgordon Date: Thu, 21 Jul 2022 10:38:05 +0200 Subject: [PATCH] build fail resolve, config file updates --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index ef0ce9435..03cfc035f 100644 --- a/config.toml +++ b/config.toml @@ -55,25 +55,25 @@ smart_punctuation = true name = "categories" feed = true paginate_by = 6 -paginate_path = "/blog-posts" +paginate_path = "blog-posts" [[taxonomies]] name = "partners-category" feed = true paginate_by = 6 -paginate_path = "/partner-card" +paginate_path = "partner-card" [[taxonomies]] name = "news-category" feed = true paginate_by = 6 -paginate_path = "/news-card" +paginate_path = "news-card" [[taxonomies]] name = "roles" feed = true paginate_by = 2 -paginate_path = "/join-us" +paginate_path = "join-us" [[taxonomies]] name = "tags"