You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by li...@apache.org on 2019/11/07 03:15:45 UTC

[incubator-dolphinscheduler-website] 14/34: fix site prefix and picture is too large (#6)

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

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

commit e8ba6d827c31517f30182ce21b8843f4788c4651
Author: khadgarmage <kh...@outlook.com>
AuthorDate: Sat Sep 28 16:39:12 2019 +0800

    fix site prefix and picture is too large (#6)
    
    * Update README.md
    
    * Create meetup_2019_10_26.md
---
 img/meetup.png      | Bin 0 -> 711255 bytes
 site_config/site.js |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/img/meetup.png b/img/meetup.png
new file mode 100644
index 0000000..c4eb6f0
Binary files /dev/null and b/img/meetup.png differ
diff --git a/site_config/site.js b/site_config/site.js
index 9f929a6..6247bad 100755
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -1,6 +1,6 @@
 // 全局的一些配置
 export default {
-  rootPath: '/incubator-dolphinscheduler-website', // 发布到服务器的根目录,需以/开头但不能有尾/,如果只有/,请填写空字符串
+  rootPath: '', // 发布到服务器的根目录,需以/开头但不能有尾/,如果只有/,请填写空字符串
   port: 8080, // 本地开发服务器的启动端口
   domain: 'dolphinscheduler.incubator.apache.org', // 站点部署域名,无需协议和path等
   defaultSearch: 'google', // 默认搜索引擎,baidu或者google