Commit ebc5f34
Fix: prefix project data files with _ to exclude from Content pipeline
Statiq.Web's built-in Content pipeline uses the glob **/{!_,}*.md which
skips files starting with _. Renaming wopihost.md -> _wopihost.md and
updating the read pattern to projects/_*.md prevents the NRE. Reverts
the incorrect Program.cs ContentFiles override.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 59f2564 commit ebc5f34
3 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
File renamed without changes.
0 commit comments