chore: test deploy snapshot
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
themeColor: '#0f766e',
|
||||
scope: pathname,
|
||||
};
|
||||
} else if (pathname.startsWith('/shares/')) {
|
||||
} else if (pathname.startsWith('/chat/share/') || pathname.startsWith('/shares/')) {
|
||||
installMetadata = {
|
||||
title: '리소스 공유 채팅방',
|
||||
shortName: '공유채팅',
|
||||
|
||||
@@ -62,6 +62,7 @@ import { isPromptResolved } from '../mainChatPanel/promptState';
|
||||
import { sendClientNotification, shouldFallbackToLocalNotification, showLocalClientNotification } from '../notificationApi';
|
||||
import { copyTextToClipboard } from '../../../utils/clipboard';
|
||||
import { applyViewportCssVars } from '../viewportCssVars';
|
||||
import { isPreviewRuntime } from '../previewRuntime';
|
||||
import { createInstallManifestObjectUrl, swapInstallDocumentMetadata } from '../pwa/installManifest';
|
||||
import { getSavedNotificationDeviceId } from '../notificationIdentity';
|
||||
import { ensureWebPushSubscriptionRegistered, syncExistingWebPushSubscriptionRegistration } from '../webPushRegistration';
|
||||
|
||||
Reference in New Issue
Block a user