content: Fix Cloudflare deploy not_found_handling value

This commit is contained in:
Michael Gardner
2025-08-31 11:31:39 -06:00
committed by GitHub
parent 4f70df235a
commit 65385a5d00
@@ -35,7 +35,7 @@ Step 1
[assets]
directory = "./public"
not_found_handling = "404"
not_found_handling = "404-page"
```
Step 2