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 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"