mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
fix: correctly correspond to the og of each article
This commit is contained in:
parent
66d055f512
commit
9b9bdb2811
6 changed files with 39 additions and 32 deletions
3
src/types/index.d.ts
vendored
3
src/types/index.d.ts
vendored
|
@ -60,6 +60,9 @@ export interface ThemeConfig {
|
|||
feedID?: string
|
||||
userID?: string
|
||||
}
|
||||
openGraph?: {
|
||||
url?: string
|
||||
}
|
||||
}
|
||||
|
||||
footer: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue