You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/11/22 08:37:08 UTC

[dolphinscheduler-website] branch master updated: updata site.js (#535)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b4e214e  updata site.js (#535)
b4e214e is described below

commit b4e214e4b613b046d11649da3adac073086e04f6
Author: lifeng <53...@users.noreply.github.com>
AuthorDate: Mon Nov 22 16:37:01 2021 +0800

    updata site.js (#535)
    
    * updata sitemap.xml
    
    updata sitemap.xml
    
    * Update redirect.ejs
    
    ADD Global site tag (gtag.js) - Google Analytics
    
    * Update template.ejs
    
    * create goole*.html
    
    create goole*.html
    
    * updata site.js
---
 site_config/site.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site_config/site.js b/site_config/site.js
index 516bc24..b007614 100644
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -3,7 +3,7 @@ export default {
   rootPath: '',
   port: 8080,
   domain: 'dolphinscheduler.apache.org',
-  copyToDist: ['asset', 'img', 'file', '.asf.yaml', 'sitemap.xml', '.nojekyll', '.htaccess'],
+  copyToDist: ['asset', 'img', 'file', '.asf.yaml', 'sitemap.xml', '.nojekyll', '.htaccess', 'googled0df7b96f277a143.html'],
   docsLatest: '2.0.0',
   defaultSearch: 'google', // default search engine
   defaultLanguage: 'en-us',