feat: support i18n description meta tag

This commit is contained in:
radishzzz 2025-03-18 18:58:22 +00:00
parent 67cc90f744
commit 137d79f273
13 changed files with 29 additions and 43 deletions

View file

@ -7,8 +7,8 @@ export interface ThemeConfig {
site: {
title: string
subtitle: string
i18nTitle: boolean
description: string
i18nTitle: boolean
author: string
url: string
favicon: string