Skip to content

Commit fd45e10

Browse files
committed
committing latest changes
1 parent 3625899 commit fd45e10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

LearningHub.Nhs.WebUI/LearningHub.Nhs.WebUI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
<Folder Include="wwwroot\lib\bootstrap\" />
168168
<Folder Include="wwwroot\lib\fontawesome-free-6.4.2-web\" />
169169
<Folder Include="wwwroot\migrations\EastMidlandsDeanery_files\" />
170+
<Folder Include="wwwroot\blazor\"/>
170171
</ItemGroup>
171172

172173
<ItemGroup>

LearningHub.Nhs.WebUI/Views/Shared/Tenant/LearningHub/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
@* <script>
166166
window.__BlazorRuntimeBase = "/blazor/_framework/";
167167
</script> *@
168-
<script src="~/blazorcomponents/_framework/blazor.webassembly.js"></script>
168+
<script src="~/blazor/_framework/blazor.webassembly.js"></script>
169169
@* <script>
170170
Blazor.start({
171171
environmentBaseUrl: '/blazor/_framework/',

0 commit comments

Comments
 (0)