refactor: use head script instead of cookie
This commit is contained in:
parent
dcf0dd7018
commit
55aff4778b
8 changed files with 62 additions and 45 deletions
1
app.vue
1
app.vue
|
@ -3,6 +3,7 @@ setupPageHeader()
|
|||
provideGlobalCommands()
|
||||
|
||||
const route = useRoute()
|
||||
|
||||
if (process.server && !route.path.startsWith('/settings')) {
|
||||
useHead({
|
||||
meta: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue