T
TanStack5w ago
robust-apricot

metadata template

Is it possible to have templates in metadata? Can really find any information about it. In root:
meta: [
{
title: '%s | Openpanel.dev',
},
],
meta: [
{
title: '%s | Openpanel.dev',
},
],
and then I can just do
meta: [
{
title: 'Overview',
},
],
meta: [
{
title: 'Overview',
},
],
And it will become Overview | Openpanel.dev Our should I just create a custom function for this? Whats the preferred approach here?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?