Skip to content

Commit 2719146

Browse files
Revert "fix(blog): wrong category slug (#310)" (#311)
This reverts commit 27f066c.
1 parent 27f066c commit 2719146

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: libs/blog/articles/feature-latest-articles/src/lib/feature-latest-articles/feature-latest-articles.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class FeatureLatestArticlesComponent {
5151
constructor() {
5252
this._articleListStore.fetchArticleList({
5353
take: 5,
54-
excludeCategory: 'angular-in-depth',
54+
excludeCategory: 'angular-in-depth-en',
5555
});
5656
}
5757
}

Diff for: libs/blog/articles/feature-latest-articles/src/lib/latest-articles-page/latest-articles-page.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class FeatureLatestArticlesPageComponent {
4343
constructor() {
4444
const query = computed(() => ({
4545
...this.pagination(),
46-
excludeCategory: 'angular-in-depth',
46+
excludeCategory: 'angular-in-depth-en',
4747
}));
4848

4949
this.articleStore.fetchArticleList(query);

0 commit comments

Comments
 (0)