chore: test deploy snapshot

This commit is contained in:
2026-05-27 11:44:33 +09:00
parent 4a88d3f430
commit 215648bd8d
2 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,7 @@
themeColor: '#0f766e', themeColor: '#0f766e',
scope: pathname, scope: pathname,
}; };
} else if (pathname.startsWith('/shares/')) { } else if (pathname.startsWith('/chat/share/') || pathname.startsWith('/shares/')) {
installMetadata = { installMetadata = {
title: '리소스 공유 채팅방', title: '리소스 공유 채팅방',
shortName: '공유채팅', shortName: '공유채팅',

View File

@@ -62,6 +62,7 @@ import { isPromptResolved } from '../mainChatPanel/promptState';
import { sendClientNotification, shouldFallbackToLocalNotification, showLocalClientNotification } from '../notificationApi'; import { sendClientNotification, shouldFallbackToLocalNotification, showLocalClientNotification } from '../notificationApi';
import { copyTextToClipboard } from '../../../utils/clipboard'; import { copyTextToClipboard } from '../../../utils/clipboard';
import { applyViewportCssVars } from '../viewportCssVars'; import { applyViewportCssVars } from '../viewportCssVars';
import { isPreviewRuntime } from '../previewRuntime';
import { createInstallManifestObjectUrl, swapInstallDocumentMetadata } from '../pwa/installManifest'; import { createInstallManifestObjectUrl, swapInstallDocumentMetadata } from '../pwa/installManifest';
import { getSavedNotificationDeviceId } from '../notificationIdentity'; import { getSavedNotificationDeviceId } from '../notificationIdentity';
import { ensureWebPushSubscriptionRegistered, syncExistingWebPushSubscriptionRegistration } from '../webPushRegistration'; import { ensureWebPushSubscriptionRegistered, syncExistingWebPushSubscriptionRegistration } from '../webPushRegistration';