mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 20:01:33 +02:00
feat: support i18n description meta tag
This commit is contained in:
parent
67cc90f744
commit
137d79f273
13 changed files with 29 additions and 43 deletions
2
src/types/index.d.ts
vendored
2
src/types/index.d.ts
vendored
|
@ -7,8 +7,8 @@ export interface ThemeConfig {
|
|||
site: {
|
||||
title: string
|
||||
subtitle: string
|
||||
i18nTitle: boolean
|
||||
description: string
|
||||
i18nTitle: boolean
|
||||
author: string
|
||||
url: string
|
||||
favicon: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue