Skip to content

Commit

Permalink
Testing Url format
Browse files Browse the repository at this point in the history
  • Loading branch information
shribr committed Aug 25, 2024
1 parent 9bf56a9 commit 6361b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/SharedWebComponents/Components/SupportingContent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//TEST
//var config = IConfiguration
//var endpoint = config.GetStorageAccountEndpoint();
var storageUrl = Microsoft.Extensions.Configuration.ConfigurationExtensions.ToCitationBaseUrl();
//var storageUrl = Microsoft.Extensions.Configuration.ConfigurationExtensions.ToCitationBaseUrl();
var (title, baseUrl, content) = value;
var last = index == _supportingContent.Length - 1;
if (index is not 0 && last is false)
Expand All @@ -27,7 +27,7 @@
Href="@(string.Join("https://st65r2fo2xbeufi.blob.core.windows.net/content/",title))" aria-label="@title"
Icon="@Icons.Custom.FileFormats.FileDocument">
@title
@storageUrl
@fullPath
</MudNavLink>
</MudTooltip>
<!--<MudText Typo="Typo.subtitle1" Class="pb-2" Style="font-weight: bold;" Color="Color.Primary">@title</MudText>-->
Expand Down

0 comments on commit 6361b33

Please sign in to comment.