Commit b448ec45 authored by nanahira's avatar nanahira

use cdn02 everywhere

parent faf2a1db
Pipeline #9046 passed with stages
in 2 minutes and 34 seconds
...@@ -398,7 +398,7 @@ ...@@ -398,7 +398,7 @@
API.getAvatar({ username: username }).then((res) => { API.getAvatar({ username: username }).then((res) => {
_this.avatar_url = res.data _this.avatar_url = res.data
}, (res) => { }, (res) => {
_this.avatar_url = "https://cdn01.moecube.com/accounts/default_avatar.jpg" _this.avatar_url = "https://cdn02.moecube.com:444/accounts/default_avatar.jpg"
}); });
API.getUserInfo({ username: username }).then((res) => { API.getUserInfo({ username: username }).then((res) => {
...@@ -425,4 +425,4 @@ ...@@ -425,4 +425,4 @@
.scroll { .scroll {
width: 250%; width: 250%;
} }
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment