Skip to content

Commit

Permalink
fix: undo assets directory visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkurSheel committed Aug 3, 2024
1 parent d40161e commit d406675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StatiqHelpers/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public static class Constants
{
private const string AssetsDirectory = "assets";
public const string AssetsDirectory = "assets";
public static readonly string ImagesDirectory = $"{AssetsDirectory}/images";
public static readonly string JsDirectory = $"{AssetsDirectory}/js";
public static readonly string PostImagesDirectory = $"{ImagesDirectory}/posts";
Expand Down

0 comments on commit d406675

Please sign in to comment.