refactor(config): update nuxt.config.ts to enhance module configuration, remove deprecated files, and improve contact form validation with zod schema
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import type { NuxtError } from '#app'
|
||||
|
||||
const props = defineProps<{ error: NuxtError }>()
|
||||
defineProps<{ error: NuxtError }>()
|
||||
const { t } = useI18n()
|
||||
|
||||
function handleError() {
|
||||
|
||||
Reference in New Issue
Block a user