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:
@@ -2,7 +2,6 @@
|
||||
import { techStack } from '~/data/techstack'
|
||||
|
||||
const { t } = useI18n()
|
||||
const localePath = useLocalePath()
|
||||
|
||||
useSeoMeta({
|
||||
title: () => t('seo.about.title'),
|
||||
|
||||
@@ -122,7 +122,7 @@ function resetFilters() {
|
||||
</div>
|
||||
<h3 class="text-xl font-bold text-gray-900 dark:text-white mb-3">{{ t('projects.noResults.title') }}</h3>
|
||||
<p class="text-gray-500 dark:text-gray-400 mb-8 max-w-md mx-auto leading-relaxed">{{ t('projects.noResults.description') }}</p>
|
||||
<UButton @click="resetFilters" variant="soft" size="md" icon="i-lucide-rotate-ccw">
|
||||
<UButton variant="soft" size="md" icon="i-lucide-rotate-ccw" @click="resetFilters">
|
||||
{{ t('common.reset') }}
|
||||
</UButton>
|
||||
</div>
|
||||
|
||||
+2
-1
@@ -19,7 +19,8 @@ const { data: page } = await useAsyncData('test', () =>
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<article class="prose prose-neutral dark:prose-invert max-w-none
|
||||
<article
|
||||
class="prose prose-neutral dark:prose-invert max-w-none
|
||||
prose-headings:font-semibold
|
||||
prose-code:before:content-none prose-code:after:content-none
|
||||
prose-pre:p-0 prose-pre:bg-transparent">
|
||||
|
||||
Reference in New Issue
Block a user