From ba2faa3961bcc05299152fb165202327cfee7d56 Mon Sep 17 00:00:00 2001 From: Tomas Mihalicka Date: Sun, 11 Jan 2026 22:12:48 +0100 Subject: [PATCH 1/2] feat(website): fixed cf project --- website/wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/wrangler.toml b/website/wrangler.toml index d9ebad3..de28a24 100644 --- a/website/wrangler.toml +++ b/website/wrangler.toml @@ -1,7 +1,7 @@ # Cloudflare Pages configuration # https://developers.cloudflare.com/pages/functions/wrangler-configuration/ -name = "ash-website" +name = "ash" compatibility_date = "2024-01-01" pages_build_output_dir = "dist" From e5cf31016ab705c34e9aa521d384bf7ae4b47342 Mon Sep 17 00:00:00 2001 From: Tomas Mihalicka Date: Sun, 11 Jan 2026 22:14:09 +0100 Subject: [PATCH 2/2] fix(wrangler): fixed project binding --- .github/workflows/deploy-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index baed530..cfa7ebe 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -119,4 +119,4 @@ jobs: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ vars.CLOUDFLARE_ACCOUNT_ID }} workingDirectory: website - command: pages deploy dist --project-name=ash-website --branch=main + command: pages deploy dist --project-name=ash --branch=main