fix: __INIT__ script를 body 내 다른 스크립트보다 먼저 실행되도록 위치 이동

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
chpark
2026-03-27 13:12:42 +09:00
parent 8c8e3ffeaa
commit d576cb5255
+1 -1
View File
@@ -115,11 +115,11 @@ tr:hover td{background:rgba(255,255,255,.02)}
</div>
</div>
<div class="content">
<%- typeof ssrData !== 'undefined' ? ssrData : '' %>
<%- body %>
</div>
</div>
<div class="toast" id="toast"></div>
<%- typeof ssrData !== 'undefined' ? ssrData : '' %>
<script>
function api(method, url, data) {
const opts = { method, headers: { 'Content-Type': 'application/json' }, credentials: 'same-origin' };