浏览代码

various fixes

olinox14 1 年之前
父节点
当前提交
fcd823a8de
共有 4 个文件被更改,包括 7 次插入1 次删除
  1. 0 0
      components/Contact.client.vue
  2. 1 1
      nuxt.config.ts
  3. 6 0
      plugins/altcha.client.ts
  4. 二进制
      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
+})

二进制
public/CV_Olivier_Massot.pdf