add hostname to seo plugin config

This commit is contained in:
mahula 2024-05-20 21:35:22 +02:00
parent e3bb51c49c
commit f8c36a1272

View File

@ -114,7 +114,8 @@ export default hopeTheme({
],
},
seo: {
fallbackImage: '/logo.svg'
fallbackImage: '/logo.svg',
hostname: 'https://ocelot.social/'
}
}
})