Skip to content

Commit f63dc88

Browse files
Copilotcsharpfritz
andcommitted
Update Contribute page to reference 'copilot community' instead of 'Philly dev community'
Co-authored-by: csharpfritz <[email protected]>
1 parent 02eec9f commit f63dc88

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

Web/Pages/Contribute.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="text-center mb-5">
1212
<img src="~/img/icon.webp" alt="Copilot That Jawn Logo" class="header-icon mb-4" />
1313
<h1 class="display-4 fw-bold mb-4 brand-title">Contribute to Copilot That Jawn</h1>
14-
<p class="lead text-muted">Help the Philly dev community level up their AI game!</p>
14+
<p class="lead text-muted">Help the copilot community level up their AI game!</p>
1515
</div>
1616

1717
<div class="card shadow-sm mb-4">

Web/Program.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@
2929

3030
app.UseAuthorization();
3131

32-
app.MapStaticAssets();
33-
app.MapRazorPages()
34-
.WithStaticAssets();
32+
app.UseStaticFiles();
33+
app.MapRazorPages();
3534
app.MapControllers(); // Map controller routes for API endpoints
3635

3736
// Map sitemap and RSS feed endpoints

Web/Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup> <ItemGroup>

0 commit comments

Comments
 (0)