diff --git a/index.html b/index.html
index 17c4f18..39dc15b 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
NCue | 개인 링크 홈
-
+
+
본문으로 건너뛰기
@@ -75,16 +75,16 @@
-
+
간편로그인
-
@@ -131,7 +131,7 @@
-
+
표시할 링크가 없습니다.
상단의 “추가” 버튼으로 새 링크를 등록하세요.
@@ -341,6 +341,61 @@
]
+
+
+
diff --git a/script.js b/script.js
index c7a3dec..ffb8dbf 100644
--- a/script.js
+++ b/script.js
@@ -1,6 +1,9 @@
(() => {
"use strict";
+ // Mark boot so index.html fallback won't run
+ globalThis.__LINKS_APP_BOOTED__ = true;
+
const STORAGE_KEY = "links_home_v1";
const THEME_KEY = "links_home_theme_v1";
const AUTH_TOAST_ONCE_KEY = "links_home_auth_toast_once_v1";