chore: test deploy snapshot

This commit is contained in:
2026-05-27 12:11:09 +09:00
parent 26220577fc
commit 58c5a7cfee
4 changed files with 5 additions and 13 deletions

View File

@@ -1199,10 +1199,6 @@ function buildAbsoluteShareUrl(path?: string | null) {
}
function createChatShareManifestHref(pathname: string, title?: string | null) {
if (isAppleMobileDevice()) {
return '/chat-share.webmanifest';
}
const normalizedTitle = title?.trim();
return createInstallManifestObjectUrl({
startPath: pathname,