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: {
|
blog: {
|
||||||
excerptLength: 0,
|
excerptLength: 0,
|
||||||
},
|
},
|
||||||
|
icon: {
|
||||||
|
assets: 'fontawesome'
|
||||||
|
},
|
||||||
redirect: {
|
redirect: {
|
||||||
autoLocale: true,
|
autoLocale: true,
|
||||||
defaultBehavior: 'defaultLocale',
|
defaultBehavior: 'defaultLocale',
|
||||||
@ -257,6 +260,5 @@ export default hopeTheme({
|
|||||||
fallbackImage: '/logo.svg',
|
fallbackImage: '/logo.svg',
|
||||||
hostname: 'https://ocelot.social/'
|
hostname: 'https://ocelot.social/'
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
iconAssets: "fontawesome",
|
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user