wrangler fix

This commit is contained in:
2026-08-16 23:57:07 +02:00
parent d542d38213
commit 8abe3132f1
+1
View File
@@ -43,6 +43,7 @@ jobs:
echo '' >> wrangler.toml
echo '[assets]' >> wrangler.toml
echo 'directory = "./dist"' >> wrangler.toml
echo 'not_found_handling = "404-page"' >> wrangler.toml
- uses: cloudflare/wrangler-action@v4
with: