Skip to content

Commit

Permalink
Remove prerendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ZOXEXIVO committed Feb 10, 2023
1 parent 08f7c85 commit ca252dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 92 deletions.

This file was deleted.

69 changes: 0 additions & 69 deletions src/Backend/Geen.Web/Application/Prerender/PrerenderMiddeware.cs

This file was deleted.

5 changes: 1 addition & 4 deletions src/Backend/Geen.Web/Startup.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.IO.Compression;
using Geen.Web.Application;
using Geen.Web.Application.Prerender;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.ResponseCompression;
using Microsoft.Extensions.Configuration;
Expand Down Expand Up @@ -75,9 +74,7 @@ public void Configure(IApplicationBuilder app, ILoggerFactory loggerFactory)
app.UseResponseCompression();

app.UseFallbackRedirects();

app.UsePrerenderedHtmls();


app.UseStaticFiles(new StaticFileOptions
{
OnPrepareResponse = context =>
Expand Down

0 comments on commit ca252dc

Please sign in to comment.