fix: remove missing CSS file references from index.html
TaxBaik CI/CD / build-and-deploy (push) Has been cancelled
TaxBaik CI/CD / build-and-deploy (push) Has been cancelled
MudBlazor provides styling; remove references to non-existent bootstrap, app.css, and component styles files. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -5,9 +5,6 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>TaxBaik Admin</title>
|
<title>TaxBaik Admin</title>
|
||||||
<base href="/taxbaik/admin/" />
|
<base href="/taxbaik/admin/" />
|
||||||
<link href="_framework/bootstrap/bootstrap.min.css" rel="stylesheet" />
|
|
||||||
<link href="app.css" rel="stylesheet" />
|
|
||||||
<link href="TaxBaik.Web.Client.styles.css" rel="stylesheet" />
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user