File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 2929
3030app . UseAuthorization ( ) ;
3131
32- app . MapStaticAssets ( ) ;
33- app . MapRazorPages ( )
34- . WithStaticAssets ( ) ;
32+ app . UseStaticFiles ( ) ;
33+ app . MapRazorPages ( ) ;
3534app . MapControllers ( ) ; // Map controller routes for API endpoints
3635
3736// Map sitemap and RSS feed endpoints
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments