diff --git a/Iceshrimp.Backend/Pages/Shared/FrontendSPA.cshtml b/Iceshrimp.Backend/Pages/Shared/FrontendSPA.cshtml index 9b8c4e86..494e4e7d 100644 --- a/Iceshrimp.Backend/Pages/Shared/FrontendSPA.cshtml +++ b/Iceshrimp.Backend/Pages/Shared/FrontendSPA.cshtml @@ -1,7 +1,7 @@ @page @using Iceshrimp.Backend.Core.Configuration @using Microsoft.Extensions.Options -@inject IOptions config +@inject IOptions Config @{ Layout = null; } @@ -12,9 +12,9 @@ - - - + + + Iceshrimp.Frontend