更换cdn域名

This commit is contained in:
whyour 2021-04-20 18:50:30 +08:00
parent 86874c0ee2
commit 299552de86
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ export default defineConfig({
type: 'none',
},
fastRefresh: {},
favicon: 'https://image.whyour.cn/others/g5.ico',
favicon: 'https://qinglong.whyour.cn/others/g5.ico',
proxy: {
'/api': {
target: 'http://127.0.0.1:5678/',

View File

@ -31,4 +31,4 @@
### one more thing
![one-more-thing](https://image.whyour.cn/others/nice.png)
![one-more-thing](https://qinglong.whyour.cn/others/nice.png)

View File

@ -69,5 +69,5 @@ export default {
fixSiderbar: true,
contentWidth: 'Fixed',
splitMenus: false,
logo: 'https://image.whyour.cn/others/qinglong.png',
logo: 'https://qinglong.whyour.cn/others/qinglong.png',
} as any;

View File

@ -50,7 +50,7 @@ const Login = () => {
<img
alt="logo"
className={styles.logo}
src="https://image.whyour.cn/others/qinglong.png"
src="https://qinglong.whyour.cn/others/qinglong.png"
/>
<span className={styles.title}>{config.siteName}</span>
</div>