We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c34059 commit 4ab1a3dCopy full SHA for 4ab1a3d
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