2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

docs: remove noindex tags (#1827)

This commit is contained in:
Jeff Sagal
2024-03-27 12:24:35 -07:00
committed by GitHub
parent 3894962e8b
commit a573a76e82
3 changed files with 1 additions and 13 deletions
+1 -10
View File
@@ -1,12 +1,10 @@
const isDeployPreview = require('./isDeployPreview')
const meta = require('./meta')
const head = [
[
'link',
{
href:
'//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Roboto Mono',
href: '//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Roboto Mono',
rel: 'stylesheet',
type: 'text/css',
},
@@ -57,11 +55,4 @@ const head = [
['meta', { property: 'og:url', content: meta.url }],
]
if (isDeployPreview) {
head.push(
['meta', { name: 'robots', content: 'noindex' }],
['meta', { name: 'googlebot', content: 'noindex' }]
)
}
module.exports = head
-1
View File
@@ -1 +0,0 @@
module.exports = process.env.hasOwnProperty('DEPLOY_PREVIEW')
-2
View File
@@ -1,5 +1,3 @@
const isDeployPreview = require('./isDeployPreview')
module.exports = [
[
'@vuepress/pwa',