We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3625899 commit fd45e10Copy full SHA for fd45e10
LearningHub.Nhs.WebUI/LearningHub.Nhs.WebUI.csproj
@@ -167,6 +167,7 @@
167
<Folder Include="wwwroot\lib\bootstrap\" />
168
<Folder Include="wwwroot\lib\fontawesome-free-6.4.2-web\" />
169
<Folder Include="wwwroot\migrations\EastMidlandsDeanery_files\" />
170
+ <Folder Include="wwwroot\blazor\"/>
171
</ItemGroup>
172
173
<ItemGroup>
LearningHub.Nhs.WebUI/Views/Shared/Tenant/LearningHub/_Layout.cshtml
@@ -165,7 +165,7 @@
165
@* <script>
166
window.__BlazorRuntimeBase = "/blazor/_framework/";
</script> *@
- <script src="~/blazorcomponents/_framework/blazor.webassembly.js"></script>
+ <script src="~/blazor/_framework/blazor.webassembly.js"></script>
Blazor.start({
environmentBaseUrl: '/blazor/_framework/',
0 commit comments