diff --git a/nuxt.config.ts b/nuxt.config.ts index aac44d8..7cbe0a1 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -8,6 +8,7 @@ export default defineNuxtConfig({ "nuxt-svgo", '@tresjs/nuxt', 'nuxt-anchorscroll', + '@nuxtjs/robots', ], runtimeConfig: { public: { diff --git a/package-lock.json b/package-lock.json index 7e98703..11a25d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "hasInstallScript": true, "dependencies": { "@nuxt/image": "^1.7.0", + "@nuxtjs/robots": "^3.0.0", "@nuxtjs/tailwindcss": "^6.12.0", "@tailwindcss/typography": "^0.5.13", "@tresjs/cientos": "^3.9.0", @@ -2034,6 +2035,15 @@ "semver": "^7.6.0" } }, + "node_modules/@nuxtjs/robots": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@nuxtjs/robots/-/robots-3.0.0.tgz", + "integrity": "sha512-qsHGW1KXBvV5Kq7u3huPnFCUTbHS4Fk8Za2mNPgmUXcwLgp3exvhPtdZfIdjrCF/aZk3A8OZONNmGghs6CecBA==", + "dependencies": { + "@nuxt/kit": "^3.0.0", + "h3": "^1.0.1" + } + }, "node_modules/@nuxtjs/tailwindcss": { "version": "6.12.0", "resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-6.12.0.tgz", @@ -14527,9 +14537,9 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "node_modules/ws": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", - "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index 0135112..eb01f7f 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ }, "dependencies": { "@nuxt/image": "^1.7.0", + "@nuxtjs/robots": "^3.0.0", "@nuxtjs/tailwindcss": "^6.12.0", "@tailwindcss/typography": "^0.5.13", "@tresjs/cientos": "^3.9.0",