diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 09aced2..d60e2d7 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -31,4 +31,4 @@ jobs: - name: Deploy to Cloudflare env: CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} - run: npx wrangler pages deploy dist + run: npx wrangler pages deploy diff --git a/wrangler.toml b/wrangler.toml index 140d9d9..b858b1f 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,6 +1,7 @@ # Generated by Wrangler on Sat Oct 05 2024 16:17:15 GMT+0700 (Indochina Time) name = "ducnguyen-dot-space" compatibility_date = "2024-10-04" +pages_build_output_dir = "./dist" [env] production = { }