Bläddra i källkod

various fixes

olinox14 1 år sedan
förälder
incheckning
fcd823a8de
4 ändrade filer med 7 tillägg och 1 borttagningar
  1. 0 0
      components/Contact.client.vue
  2. 1 1
      nuxt.config.ts
  3. 6 0
      plugins/altcha.client.ts
  4. BIN
      public/CV_Olivier_Massot.pdf

+ 0 - 0
components/Contact.vue → components/Contact.client.vue


+ 1 - 1
nuxt.config.ts

@@ -74,7 +74,7 @@ export default defineNuxtConfig({
     },
   },
   site: {
-    url: 'https://olivier-massot.ogene.fr'
+    url: 'https://cv.ogene.fr'
   },
   i18n: {
     langDir: 'lang',

+ 6 - 0
plugins/altcha.client.ts

@@ -0,0 +1,6 @@
+import { defineNuxtPlugin } from '#app'
+import altcha from 'altcha'
+
+export default defineNuxtPlugin(nuxtApp => {
+  nuxtApp.vueApp.config.globalProperties.$altcha = altcha
+})

BIN
public/CV_Olivier_Massot.pdf