WIP jordan
This commit is contained in:
6
app/composables/usePageTitle.ts
Normal file
6
app/composables/usePageTitle.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export function usePageTitle(title: string) {
|
||||
useHead({
|
||||
title,
|
||||
titleTemplate: (t) => (t ? `${t} · Policy UI` : 'Policy UI')
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user