Skip to content

Commit 02f6b9d

Browse files
committed
fix: 누락된 프론트엔드 도메인 설정 추가
1 parent d4760bd commit 02f6b9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/pyconkr-admin/src/main.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const queryClient = new QueryClient({
3737
const CommonOptions: Common.Contexts.ContextOptions = {
3838
debug: true,
3939
baseUrl: ".",
40+
frontendDomain: import.meta.env.VITE_PYCONKR_FRONTEND_DOMAIN,
4041
backendApiDomain: import.meta.env.VITE_PYCONKR_BACKEND_API_DOMAIN,
4142
backendApiTimeout: 10000,
4243
backendApiCSRFCookieName: import.meta.env

0 commit comments

Comments
 (0)