Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit a381940

Browse files
committed
chore: robots module
1 parent d8ef2ef commit a381940

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

nuxt.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,15 @@ export default {
5555
"@nuxtjs/i18n",
5656
"@nuxtjs/toast",
5757
"@nuxtjs/proxy",
58+
'@nuxtjs/robots',
5859
],
5960

61+
// Robots
62+
robots: {
63+
UserAgent: '*',
64+
Disallow: '/'
65+
},
66+
6067
// Axios module configuration: https://go.nuxtjs.dev/config-axios
6168
axios: {
6269
proxy: true,

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"@nuxtjs/axios": "^5.13.6",
3737
"@nuxtjs/i18n": "^7.3.1",
3838
"@nuxtjs/pwa": "^3.3.5",
39+
"@nuxtjs/robots": "2.5.0",
3940
"@nuxtjs/toast": "^3.3.1",
4041
"@open-wc/webpack-import-meta-loader": "^0.4.7",
4142
"@polkadot/extension-dapp": "^0.45.4",

0 commit comments

Comments
 (0)