mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-22 23:10:58 +01:00
Add https to deck share
This commit is contained in:
parent
78caf23c39
commit
cbd641e194
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
}
|
||||
});
|
||||
|
||||
$: generatedLink = `paimon.moe/deck/${id}`;
|
||||
$: generatedLink = `https://paimon.moe/deck/${id}`;
|
||||
</script>
|
||||
|
||||
{#if loading}
|
||||
|
|
Loading…
Reference in a new issue