Skip to content

Commit bad45ba

Browse files
committed
fix(ultrawork-manifesto-web): switch to Pages deployment, remove Workers config
- Use pages_build_output_dir for Cloudflare Pages - Remove workers_dev and routes config (not applicable to Pages) - Custom domain ulw.dev is managed in Cloudflare dashboard
1 parent d265bf9 commit bad45ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
name = "ultrawork-manifesto"
22
compatibility_date = "2024-01-01"
3-
4-
[assets]
5-
directory = "./src"
3+
pages_build_output_dir = "./src"

0 commit comments

Comments
 (0)