Skip to content

Commit

Permalink
feat(seo): add nuxtjs/seo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric-ruiu committed Sep 17, 2024
1 parent e190e68 commit b245391
Show file tree
Hide file tree
Showing 4 changed files with 795 additions and 53 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
NUXT_SITE_ENV=dev
NUXT_EMAIL_CONTACT="hello.spam@trash.com"
SENDER_EMAIL_PASS="1234"
SENDER_EMAIL_USER="hello.sender.spam@trash.com"
10 changes: 9 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,12 @@ export default defineNuxtConfig({
},

compatibilityDate: '2024-09-17',
})

site: {
indexable: false,
url: 'https://myrmecophoto.fr',
name: 'Myrmecophoto - Macrophotographie et Élevage de Fourmis | Myrmécologie et Biodiversité',
description: `Découvrez Myrmecophoto, le site dédié à la macrophotographie des fourmis, à leur élevage et à l'exploration de la myrmécologie. Articles, guides pratiques, et comparatifs de matériel pour capturer la biodiversité.`,
defaultLocale: 'fr', // not needed if you have @nuxtjs/i18n installed
},
})
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@netlify/functions": "2.8.1",
"@nuxt/content": "2.13.2",
"@nuxt/image": "1.8.0",
"@nuxtjs/seo": "^2.0.0-rc.21",
"@prisma/client": "5.19.1",
"@unocss/nuxt": "0.62.3",
"@unocss/preset-icons": "0.62.3",
Expand Down
Loading

0 comments on commit b245391

Please sign in to comment.