version update to nuxt4
This commit is contained in:
parent
7f1770d442
commit
ef84942e38
41 changed files with 5134 additions and 4946 deletions
15
app.vue
15
app.vue
|
@ -1,15 +0,0 @@
|
|||
<template>
|
||||
<NuxtPage />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const { seo, title } = useGlobal();
|
||||
|
||||
useHead({
|
||||
title: title.value,
|
||||
meta: [
|
||||
{ name: "description", content: seo.value?.metaDescription },
|
||||
{ name: "keywords", content: seo.value?.keywords ?? "" },
|
||||
],
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue