Skip to content

Commit ba08cc3

Browse files
mattleibowCopilot
andcommitted
Fix stale assembly names in MAUI index.html
The initial copy left the old MauiBlazorWebEntra assembly names in the MAUI host index.html, causing _content CSS links and the scoped styles bundle to 404 inside the BlazorWebView. Updated title, bootstrap, app.css, and .styles.css references to use the new MauiBlazorWebEntraWorkforce assembly names. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 43c8252 commit ba08cc3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • 10.0/MauiBlazorWebEntraWorkforce/MauiBlazorWebEntraWorkforce/wwwroot

10.0/MauiBlazorWebEntraWorkforce/MauiBlazorWebEntraWorkforce/wwwroot/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
6-
<title>MauiBlazorWebEntra</title>
6+
<title>MauiBlazorWebEntraWorkforce</title>
77
<base href="/" />
8-
<link rel="stylesheet" href="_content/MauiBlazorWebEntra.Shared/lib/bootstrap/dist/css/bootstrap.min.css" />
9-
<link rel="stylesheet" href="_content/MauiBlazorWebEntra.Shared/app.css" />
8+
<link rel="stylesheet" href="_content/MauiBlazorWebEntraWorkforce.Shared/lib/bootstrap/dist/css/bootstrap.min.css" />
9+
<link rel="stylesheet" href="_content/MauiBlazorWebEntraWorkforce.Shared/app.css" />
1010
<link rel="stylesheet" href="app.css" />
11-
<link rel="stylesheet" href="MauiBlazorWebEntra.styles.css" />
11+
<link rel="stylesheet" href="MauiBlazorWebEntraWorkforce.styles.css" />
1212
<link rel="icon" href="data:,">
1313
</head>
1414

0 commit comments

Comments
 (0)