mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 18:59:59 +01:00
Working on seo
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
const description = 'I\'m Arthur, a Mathematics lover and IA enthusiast. I\'m currently studying at the University of Paris-Saclay. I\'m passionate about Mathematics, Computer Science, and Artificial Intelligence.'
|
||||
useSeoMeta({
|
||||
definePageMeta({
|
||||
title: 'Arthur Danjou • Mathematics Lover and IA Enthusiast',
|
||||
titleTemplate: '%s',
|
||||
description
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
const description = 'Software I use, gadgets I love, and other things I recommend. Here’s a big list of all of my favorite stuff.'
|
||||
useSeoMeta({
|
||||
definePageMeta({
|
||||
title: 'Things I use',
|
||||
description
|
||||
})
|
||||
|
||||
@@ -19,7 +19,7 @@ const { copy, copied } = useClipboard({
|
||||
copiedDuring: 4000
|
||||
})
|
||||
|
||||
useSeoMeta({
|
||||
definePageMeta({
|
||||
title: post.value?.title,
|
||||
description: post.value?.description
|
||||
})
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
const description = 'All my thoughts on programming, mathematics, artificial intelligence design, etc., are put together in chronological order. I also write about my projects, my discoveries, and my thoughts.'
|
||||
useSeoMeta({
|
||||
definePageMeta({
|
||||
title: 'My Shelf',
|
||||
description
|
||||
})
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
future: { compatibilityVersion: 4 },
|
||||
|
||||
@@ -39,7 +38,7 @@ export default defineNuxtConfig({
|
||||
name: 'Arthur Danjou',
|
||||
description: 'I\'m Arthur, a Mathematics lover and IA enthusiast. I\'m currently studying at the University of Paris-Saclay. I\'m passionate about Mathematics, Computer Science, and Artificial Intelligence.',
|
||||
defaultLocale: 'en',
|
||||
trailingSlash: true
|
||||
trailingSlash: false
|
||||
},
|
||||
seo: {
|
||||
redirectToCanonicalSiteUrl: true
|
||||
@@ -52,9 +51,6 @@ export default defineNuxtConfig({
|
||||
seoExperiments: {
|
||||
enabled: false
|
||||
},
|
||||
schemaOrg: {
|
||||
enabled: false
|
||||
},
|
||||
linkChecker: {
|
||||
enabled: false
|
||||
},
|
||||
@@ -72,11 +68,6 @@ export default defineNuxtConfig({
|
||||
fallback: 'light'
|
||||
},
|
||||
|
||||
// Nuxt UI
|
||||
ui: {
|
||||
icons: ['heroicons', 'logos', 'ph']
|
||||
},
|
||||
|
||||
// Nuxt Devtools
|
||||
devtools: {
|
||||
enabled: true,
|
||||
|
||||
Reference in New Issue
Block a user