Skip to content

Commit 8366416

Browse files
committed
update: config.js
1 parent e3b1d85 commit 8366416

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Href from '@/components/Href'
66
import MyInfo from '@/views/web/about/MyInfo'
77

88
// API_BASE_URL
9-
export const API_BASE_URL = 'http://47.112.48.225:6002'
9+
export const API_BASE_URL = 'http://localhost:6060'
1010

1111
// project config
1212
export const HEADER_BLOG_NAME = '郭大大的博客' // header title 显示的名字
@@ -15,11 +15,11 @@ export const HEADER_BLOG_NAME = '郭大大的博客' // header title 显示的
1515
export const SIDEBAR = {
1616
avatar: require('@/assets/images/avatar.jpeg'), // 侧边栏头像
1717
title: '郭大大', // 标题
18-
subTitle: '前端打杂人员,略微代码洁癖', // 子标题
18+
subTitle: '学而知不足', // 子标题
1919
// 个人主页
2020
homepages: {
2121
github: {
22-
link: 'https://github.com/gershonv',
22+
link: 'https://github.com/alvin0216',
2323
icon: <Icon type='github' theme='filled' className='homepage-icon' />
2424
},
2525
juejin: {
@@ -53,8 +53,8 @@ export const ANNOUNCEMENT = {
5353
enable: true, // 是否开启
5454
content: (
5555
<>
56-
由于服务器期限将至 / ssl 证书过期 / 域名过期,请访问
57-
<Href href='http://47.112.48.225:4002/'>最新的博客地址</Href>
56+
个人笔记网站,请访问
57+
<Href href='https://alvin.run'> alvin's note</Href>
5858
</>
5959
)
6060
}

0 commit comments

Comments
 (0)