404 wrangler fixed

This commit is contained in:
2026-08-16 23:53:24 +02:00
parent a0d4e80a6a
commit 069909540f
+1 -1
View File
@@ -95,7 +95,7 @@ jobs:
echo '' >> wrangler.toml
echo '[assets]' >> wrangler.toml
echo 'directory = "./dist/${{ matrix.site }}"' >> wrangler.toml
echo 'not_found_handling = "404.html"' >> wrangler.toml
echo 'not_found_handling = "404-page"' >> wrangler.toml
- name: Deploy to Cloudflare Workers
uses: cloudflare/wrangler-action@v4