Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
fix(theme): fix calling seo plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jun 2, 2022
1 parent e84abcf commit ab95621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme/node/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const resolveSeoOptions = (
themeConfig.seo === false
? false
: {
hostname: themeConfig.hostname || "",
...(themeConfig.author ? { author: themeConfig.author } : {}),
...themeConfig.seo,
};
Expand Down

0 comments on commit ab95621

Please sign in to comment.