浏览代码

minor fixes

olinox14 1 年之前
父节点
当前提交
fda8c27509
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      components/BadgeSection.vue
  2. 1 1
      components/Contact.vue
  3. 1 1
      nuxt.config.ts

+ 1 - 1
components/BadgeSection.vue

@@ -156,7 +156,7 @@ const col2 = [
       {
         title: 'Solr',
         logo: theme.global.name.value === 'light' ? '/images/logos/solr_light.png' : '/images/logos/solr_dark.png',
-        subtitle: i18n.t('x_years', { years: 1 }),
+        subtitle: i18n.t('x_years', { years: 2 }),
         details: ''
       },
     ]

+ 1 - 1
components/Contact.vue

@@ -61,7 +61,7 @@
     </v-form>
 
     <div v-else class="confirmation-message d-flex flex-row justify-center">
-      <v-card>
+      <v-card class="pa-6">
         <v-icon icon="fas fa-check mr-1" />
         {{ $t('contact_confirmation') }}
       </v-card>

+ 1 - 1
nuxt.config.ts

@@ -2,7 +2,6 @@ import vuetify, { transformAssetUrls } from 'vite-plugin-vuetify'
 
 export default defineNuxtConfig({
   ssr: true,
-  target: 'static',
   title: 'C.V. Olivier Massot',
   devtools: {
     // @see https://github.com/nuxt/devtools
@@ -49,6 +48,7 @@ export default defineNuxtConfig({
     '@nuxtjs/sitemap',
     '@nuxtjs/i18n',
     '@nuxtjs/google-fonts',
+    '@pinia/nuxt',
   ],
   vite: {
     esbuild: {