Reference them from Twain again

This commit is contained in:
2023-07-31 22:49:51 -05:00
parent beed2397d2
commit cb316e6343
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ public class ResourceManagementOptionsConfiguration : IConfigureOptions<Resource
m_manifest
.DefineStyle("BenRameyTheme")
.SetUrl("~/BenRameyTheme/styles.css")
.SetUrl("https://files.benramey.com/benrameytheme/styles.css")
.SetVersion("1.0.0");
}

View File

@@ -25,6 +25,7 @@
<ItemGroup>
<ProjectReference Include="..\Modules\MarkdownImport\MarkdownImport.csproj" />
<ProjectReference Include="..\Themes\BenRameyTheme\BenRameyTheme.csproj" />
</ItemGroup>
</Project>