Skip to content

Commit 2689fa6

Browse files
authored
Update default.js
1 parent ea2b573 commit 2689fa6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/layouts/default.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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'
22
import Footer from '~/components/footer'
33
import Header from '~/components/header'
44

@@ -25,11 +25,17 @@ export default {
2525
name: 'google-site-verification',
2626
content: GWT_BV_ORG
2727
},
28-
// Add GWT site verification for bootstrap-vue.js.org
28+
// Add GWT site verification for bootstrap-vue.js.org (legacy)
2929
{
3030
hid: 'google-site-verification-js-org',
3131
name: 'google-site-verification',
3232
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
3339
}
3440
]
3541
}

0 commit comments

Comments
 (0)