Skip to content

Commit 5e1507b

Browse files
committed
fix: og
1 parent 5cb352b commit 5e1507b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

app/composables/useForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default function () {
9898
z.enum(
9999
Constants.public.Enums.date_precision,
100100
t('validation.enum', {
101-
field: t(field),
101+
field,
102102
values: Constants.public.Enums.date_precision.join(', ')
103103
})
104104
),

app/pages/index.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ import { sub } from 'date-fns'
5151
5252
import type { Period, Range } from '~/types'
5353
54-
defineOgImageComponent('NuxtSeo', {
55-
colorMode: 'dark',
56-
description: 'Look at me in dark mode',
57-
theme: '#ff0000',
58-
title: 'Hello OG Image 👋'
59-
})
60-
6154
const { isNotificationsSlideoverOpen } = useDashboard()
6255
6356
const items = [[]] satisfies DropdownMenuItem[][]

0 commit comments

Comments
 (0)