Simplify canonical url
This commit is contained in:
@@ -24,7 +24,6 @@ const currentPage = page.currentPage ?? 1;
|
||||
const meta = {
|
||||
title: `Blog${currentPage > 1 ? ` — Page ${currentPage}` : ''}`,
|
||||
description: SITE.description,
|
||||
canonical: getCanonical(getPermalink(BLOG?.blog?.pathname)),
|
||||
ogType: 'blog',
|
||||
noindex: currentPage > 1,
|
||||
};
|
||||
|
Reference in New Issue
Block a user