Set default titleTemplate

This commit is contained in:
prototypa
2023-01-06 13:18:21 -05:00
parent e478745e26
commit bb57b3b63f
7 changed files with 13 additions and 8 deletions

View File

@ -18,6 +18,7 @@ const meta = {
title: SITE.title,
description: SITE.description,
canonical: getCanonical(getHomePermalink()),
dontUseTitleTemplate: true,
};
---