Skip to content

Commit 401a906

Browse files
committed
build: setup @nuxtjs/robots
1 parent 37ad400 commit 401a906

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default defineNuxtConfig({
2828
],
2929
},
3030
},
31-
modules: ['@nuxtjs/tailwindcss', '@kevinmarrec/nuxt-pwa'],
31+
modules: ['@nuxtjs/tailwindcss', '@kevinmarrec/nuxt-pwa', '@nuxtjs/robots'],
3232
css: [
3333
'@/assets/css/typography.css',
3434
'@/assets/css/form.css',

package-lock.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@nuxt/vite-builder": "^3.10.2",
23+
"@nuxtjs/robots": "^3.0.0",
2324
"@vuepic/vue-datepicker": "^8.1.1",
2425
"vue-matomo": "^4.2.0"
2526
}

0 commit comments

Comments
 (0)