mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-31 12:29:23 +01:00
chore: add wrangler dependency to package.json
This commit is contained in:
@@ -18,7 +18,7 @@ useSeoMeta({
|
||||
author: 'Arthur Danjou',
|
||||
})
|
||||
|
||||
const { t } = useI18n()
|
||||
const { t } = useI18n({ useScope: 'global' })
|
||||
|
||||
useSeoMeta(project.value.seo || {})
|
||||
</script>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script lang="ts" setup>
|
||||
const { t } = useI18n()
|
||||
const { t } = useI18n({ useScope: 'global' })
|
||||
useSeoMeta({
|
||||
title: 'My Projects',
|
||||
description: t('projects.description'),
|
||||
|
||||
Reference in New Issue
Block a user