Add https to deck share

This commit is contained in:
Made Baruna 2022-12-17 13:53:57 +08:00
parent 78caf23c39
commit cbd641e194

View file

@ -58,7 +58,7 @@
}
});
$: generatedLink = `paimon.moe/deck/${id}`;
$: generatedLink = `https://paimon.moe/deck/${id}`;
</script>
{#if loading}