forked from spacebar/SplatNet
chore(deps): decouple use of https://mii-unsecure.ariankordi.net/ in favour for SPFN native
This commit is contained in:
parent
97d7000623
commit
0b8155a7fa
5 changed files with 5 additions and 5 deletions
|
|
@ -90,7 +90,7 @@ window.loadHeader(async function(headerContainer) {
|
|||
};
|
||||
|
||||
const getMiiRenderUrl = (data) => {
|
||||
return `https://mii-unsecure.ariankordi.net/miis/image.png?data=${encodeURIComponent(data)}&type=face&width=270&resourceType=very_high`;
|
||||
return `https://mii-renderer.spfn.net/miis/image.png?data=${encodeURIComponent(data)}&type=face&width=270&resourceType=very_high`;
|
||||
};
|
||||
|
||||
const renderData = (data) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue