Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev.Huang authored Sep 6, 2024
1 parent 373475d commit 7c57d30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/starter/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const CONFIG = {
STARTER_HERO_BUTTON_2_URL: '', // 英雄区按钮
STARTER_HERO_BUTTON_2_ICON: '', // 英雄区按钮2的图标,不需要则留空

STARTER_HERO_PREVIEW_IMAGE: '', // 产品预览图 ,默认读取public目录下图片
STARTER_HERO_PREVIEW_IMAGE: 'https://cdn.xyehr.cn/images/about-image2.jpg', // 产品预览图 ,默认读取public目录下图片

// 顶部右侧导航暗流
STARTER_NAV_BUTTON_1_TEXT: 'About',
Expand Down Expand Up @@ -64,8 +64,8 @@ const CONFIG = {
'Tech-Art is a studio founded in China whose main mission is to help protect your privacy.',
STARTER_ABOUT_BUTTON_TEXT: 'Learn more',
STARTER_ABOUT_BUTTON_URL: '/about',
STARTER_ABOUT_IMAGE_1: '/images/starter/about/about-image-01.jpg',
STARTER_ABOUT_IMAGE_2: '/images/starter/about/about-image-02.jpg',
STARTER_ABOUT_IMAGE_1: 'https://cdn.xyehr.cn/images/about-image1.jpg',
STARTER_ABOUT_IMAGE_2: 'https://cdn.xyehr.cn/images/banner.jpg',
STARTER_ABOUT_TIPS_1: 'Safe',
STARTER_ABOUT_TIPS_2: 'Private',
STARTER_ABOUT_TIPS_3: 'and free.',
Expand Down

0 comments on commit 7c57d30

Please sign in to comment.