mirror of https://gitlab.com/curben/blog
feat: add Google Webmaster
exclude the verification file from sitemap.xml
This commit is contained in:
parent
d79e42d960
commit
69d7aabe63
|
@ -0,0 +1 @@
|
|||
google-site-verification: google5149b8b3449442e3.html
|
|
@ -7,7 +7,8 @@ module.exports = function (locals) {
|
|||
const config = this.config
|
||||
const skipRenderList = [
|
||||
'*.js',
|
||||
'*.css'
|
||||
'*.css',
|
||||
'google5149b8b3449442e3.html'
|
||||
]
|
||||
|
||||
if (Array.isArray(config.skip_render)) {
|
||||
|
|
Loading…
Reference in New Issue