File tree 1 file changed +8
-2
lines changed 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- import { BASE_URL , GWT_BV_ORG , GWT_JS_ORG } from '~/constants'
1
+ import { BASE_URL , GWT_BV_ORG , GWT_JS_ORG , GWT_BV_NETLIFY } from '~/constants'
2
2
import Footer from '~/components/footer'
3
3
import Header from '~/components/header'
4
4
@@ -25,11 +25,17 @@ export default {
25
25
name : 'google-site-verification' ,
26
26
content : GWT_BV_ORG
27
27
} ,
28
- // Add GWT site verification for bootstrap-vue.js.org
28
+ // Add GWT site verification for bootstrap-vue.js.org (legacy)
29
29
{
30
30
hid : 'google-site-verification-js-org' ,
31
31
name : 'google-site-verification' ,
32
32
content : GWT_JS_ORG
33
+ } ,
34
+ // Add GWT site verification for bootstrap-vue.netlify.app (legacy)
35
+ {
36
+ hid : 'google-site-verification-netlify' ,
37
+ name : 'google-site-verification' ,
38
+ content : GWT_BV_NETLIFY
33
39
}
34
40
]
35
41
}
You can’t perform that action at this time.
0 commit comments