We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d812d commit 56d66baCopy full SHA for 56d66ba
src/DragonFly.AspNetCore/Options/DragonFlyOptions.cs
@@ -6,5 +6,5 @@ namespace DragonFly.AspNetCore;
6
7
public class DragonFlyOptions
8
{
9
- public ContentVersionKind Versioning { get; set; } = ContentVersionKind.None;
+ public ContentVersionKind Versioning { get; set; } = ContentVersionKind.PublishedOnly;
10
}
0 commit comments