We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf1a77 commit 3b488caCopy full SHA for 3b488ca
gatsby-config.js
@@ -72,26 +72,26 @@ module.exports = {
72
...pages("/asia/vietnam/southern-vietnam/"),
73
...pages("/asia/philippines/"),
74
...pages("/asia/japan/"),
75
+ ...pages("/asia/singapore/"),
76
],
77
disallow: [
78
...pages("/asia/vietnam/northern-vietnam/"),
79
...pages("/asia/vietnam/central-vietnam/"),
80
...pages("/asia/cambodia/"),
81
...pages("/asia/indonesia/"),
82
...pages("/asia/malaysia/"),
- ...pages("/asia/singapore/"),
83
...pages("/asia/taiwan/"),
84
...pages("/oceania/"),
85
86
},
87
- {
88
- userAgent: "twitterbot",
89
- allow: [...pages("/asia/singapore/")],
90
- },
91
92
- userAgent: "facebookexternalhit",
93
94
+ // {
+ // userAgent: "twitterbot",
+ // allow: [...pages("/asia/singapore/")],
+ // },
+ // userAgent: "facebookexternalhit",
95
96
97
0 commit comments