fix: Admin App.razor Razor 구문 오류 수정
TaxBaik CI/CD / build-and-deploy (push) Successful in 55s

MUI CDN 링크의 @mui를 Razor로 인식하는 문제 해결
Bootstrap만으로 충분하므로 제거

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-06-26 19:06:11 +09:00
parent 73a4abc4e1
commit 4a70f343b7
-1
View File
@@ -7,7 +7,6 @@
<base href="/taxbaik/admin/" />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/@mui/material@latest/umd/material-ui.production.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link rel="stylesheet" href="~/css/admin.css" />
<component type="typeof(HeadOutlet)" render-mode="InteractiveServer" />