diff --git a/src/index.ts b/src/index.ts index c38e626..6cfcb3e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -80,7 +80,7 @@ async function handleMessage( // /start 명령어는 미니앱 버튼과 함께 전송 if (command === '/start') { await sendMessageWithKeyboard(env.BOT_TOKEN, chatId, responseText, [ - [{ text: '🌐 서비스 보기', web_app: { url: 'https://anvil-hosting.pages.dev' } }], + [{ text: '🌐 서비스 보기', web_app: { url: 'https://hosting.anvil.it.com' } }], [{ text: '💬 문의하기', url: 'https://t.me/AnvilForgeBot' }], ]); return;