feat: enhance API request handling and improve type safety in auth layout

This commit is contained in:
WhiteX 2025-06-13 21:21:28 +03:00 committed by rzmk
parent 78cabbc665
commit 27c8e48578
3 changed files with 59 additions and 5 deletions

View file

@ -6,6 +6,8 @@ export default function Document() {
<Head>
{/* Load runtime configuration before any app code */}
<script src="/runtime-config.js" />
{/* Load API interceptor to enforce correct domain */}
<script src="/api-interceptor.js" />
</Head>
<body>
<Main />