fix(landing): No hydration issues and fix i18n SSR warning
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const { t, locale } = useI18n()
|
||||
const { t, locale } = useI18n({ useScope: 'global' })
|
||||
|
||||
// SEO Meta
|
||||
useSeoMeta({
|
||||
|
||||
Reference in New Issue
Block a user