File tree Expand file tree Collapse file tree 4 files changed +18
-70
lines changed Expand file tree Collapse file tree 4 files changed +18
-70
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ export default defineAppConfig({
33 host : 'https://stats.lamanufactu.re' ,
44 id : '91e5f788-0a06-48d9-aaae-c7a06c2e13e2' ,
55 ignoreLocalhost : true ,
6- version : 2
6+ version : 2 ,
7+ useDirective : true
78 }
89} )
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ import logoSrc from '~/assets/logo.svg'
99 </div >
1010 <div class =" col-4 flex justify-content-end align-items-center" >
1111 <NuxtLink to =" /links" class =" mx-2" >Links</NuxtLink >
12- <a href =" https://www.linkedin.com/in/thomas-lamant-9a28423b/" aria-label =" LinkedIn profile" target =" _blank" ><i class =" pi pi-linkedin mx-2" /></a >
13- <a href =" https://instagram.com/tmlmt" aria-label =" Instagram profile" target =" _blank" ><i class =" pi pi-instagram mx-2" /></a >
14- <a href =" https://github.com/tmlmt" aria-label =" GitHub profile" target =" _blank" ><i class =" pi pi-github mx-2" /></a >
15- <a href =" https://blog.tmlmt.com/contact" aria-label =" Send me a message" target =" _blank" ><i class =" pi pi-envelope mx-2" /></a >
12+ <a v-umami = " 'LinkedIn profile' " href =" https://www.linkedin.com/in/thomas-lamant-9a28423b/" aria-label =" LinkedIn profile" target =" _blank" ><i class =" pi pi-linkedin mx-2" /></a >
13+ <a v-umami = " 'Instagram profile' " href =" https://instagram.com/tmlmt" aria-label =" Instagram profile" target =" _blank" ><i class =" pi pi-instagram mx-2" /></a >
14+ <a v-umami = " 'Github profile' " href =" https://github.com/tmlmt" aria-label =" GitHub profile" target =" _blank" ><i class =" pi pi-github mx-2" /></a >
15+ <a v-umami = " 'Contact link' " href =" https://blog.tmlmt.com/contact" aria-label =" Send me a message" target =" _blank" ><i class =" pi pi-envelope mx-2" /></a >
1616 </div >
1717 </div >
1818</template >
Original file line number Diff line number Diff line change 2929 "vue-tsc" : " 2.0.29"
3030 },
3131 "dependencies" : {
32- "nuxt-umami" : " 2.4.2 " ,
32+ "nuxt-umami" : " 2.6.4 " ,
3333 "primeflex" : " 3.3.0" ,
3434 "primeicons" : " 6.0.1" ,
3535 "primevue" : " 3.29.1"
You can’t perform that action at this time.
0 commit comments