Refine navigation and post UI
This commit is contained in:
@@ -34,6 +34,14 @@ export const siteConfig = {
|
||||
accentTextDark:
|
||||
process.env.NEXT_PUBLIC_COLOR_ACCENT_TEXT_DARK || '#93c5fd'
|
||||
},
|
||||
navIconOverrides: {
|
||||
titles: {
|
||||
homelab: 'server',
|
||||
'開發工作環境': 'device',
|
||||
'關於本站': 'menu'
|
||||
},
|
||||
slugs: {}
|
||||
},
|
||||
ogImage: process.env.NEXT_PUBLIC_OG_DEFAULT_IMAGE || '/assets/og-default.jpg',
|
||||
twitterCard:
|
||||
(process.env.NEXT_PUBLIC_TWITTER_CARD_TYPE as
|
||||
|
||||
Reference in New Issue
Block a user