mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
更换cdn域名
This commit is contained in:
parent
86874c0ee2
commit
299552de86
|
@ -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/',
|
||||
|
|
|
@ -31,4 +31,4 @@
|
|||
|
||||
### one more thing
|
||||
|
||||

|
||||

|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user