fix: admin.css 경로 수정 - /taxbaik/css/admin.css
TaxBaik CI/CD / build-and-deploy (push) Successful in 45s

This commit is contained in:
2026-06-26 23:46:23 +09:00
parent 239fa367df
commit b4bfc4d237
+1 -1
View File
@@ -8,7 +8,7 @@
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/@@mudblazor/mudblazor@@6.9.4/MudBlazor.min.css" rel="stylesheet" />
<link rel="stylesheet" href="~/css/admin.css" />
<link rel="stylesheet" href="/taxbaik/css/admin.css" />
<component type="typeof(HeadOutlet)" render-mode="InteractiveServer" />
</head>
<body>