mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-18 09:20:24 +00:00
404 wrangler fixed
This commit is contained in:
@@ -95,7 +95,7 @@ jobs:
|
|||||||
echo '' >> wrangler.toml
|
echo '' >> wrangler.toml
|
||||||
echo '[assets]' >> wrangler.toml
|
echo '[assets]' >> wrangler.toml
|
||||||
echo 'directory = "./dist/${{ matrix.site }}"' >> 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
|
- name: Deploy to Cloudflare Workers
|
||||||
uses: cloudflare/wrangler-action@v4
|
uses: cloudflare/wrangler-action@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user