mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
refactor: replace icons with svg components, relocate icons and images, rename directories
This commit is contained in:
parent
b72b59358b
commit
5b9c2d562a
172 changed files with 228 additions and 241 deletions
|
@ -34,7 +34,7 @@ site: {
|
|||
url: 'https://retypeset.radishzz.cc'
|
||||
// 站點圖標
|
||||
// 推薦格式: svg, png, ico
|
||||
favicon: '/icon/favicon.svg' // 或 https://example.com/favicon.svg
|
||||
favicon: '/icons/favicon.svg' // 或 https://example.com/favicon.svg
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -242,7 +242,7 @@ Open Graph 社交圖片樣式。
|
|||
|
||||
getImageOptions: (_path, page) => ({
|
||||
logo: {
|
||||
path: './public/icon/og-logo.png', // 本地路徑的 PNG 圖片
|
||||
path: './public/icons/og-logo.png', // 本地路徑的 PNG 圖片
|
||||
size: [250], // logo 寬度
|
||||
},
|
||||
font: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue