We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d721d commit 813af3dCopy full SHA for 813af3d
1 file changed
server/src/Docs.Web/Program.cs
@@ -87,6 +87,8 @@
87
app.UseDefaultFiles();
88
app.UseStaticFiles(new StaticFileOptions
89
{
90
+ ServeUnknownFileTypes = true,
91
+
92
OnPrepareResponse = ctx =>
93
94
var path = ctx.File.Name;
0 commit comments