mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
adapt theme config to iconAssets deprecation
This commit is contained in:
parent
ad4d1f9fee
commit
00fc71674d
@ -236,6 +236,9 @@ export default hopeTheme({
|
||||
blog: {
|
||||
excerptLength: 0,
|
||||
},
|
||||
icon: {
|
||||
assets: 'fontawesome'
|
||||
},
|
||||
redirect: {
|
||||
autoLocale: true,
|
||||
defaultBehavior: 'defaultLocale',
|
||||
@ -257,6 +260,5 @@ export default hopeTheme({
|
||||
fallbackImage: '/logo.svg',
|
||||
hostname: 'https://ocelot.social/'
|
||||
}
|
||||
},
|
||||
iconAssets: "fontawesome",
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user