We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8064743 commit 9487da2Copy full SHA for 9487da2
.github/workflows/deploy.yaml
@@ -45,6 +45,6 @@ jobs:
45
- name: Deploy to Cloudflare Pages
46
uses: cloudflare/wrangler-action@v3
47
with:
48
- command: pages deploy build --project-name ${{ needs.get-env.outputs.project-name }}
+ command: pages deploy build --project-name ${{ needs.get-env.outputs.project-name }} --compatibility-date 2024-12-30
49
apiToken: ${{ secrets.CF_WORKER_API_TOKEN }}
50
accountId: ${{ secrets.CF_WORKER_ACCOUNT_ID }}
wrangler.toml
@@ -5,6 +5,9 @@ preview_urls = false
5
send_metrics = false
6
workers_dev = false
7
8
+# Pages configuration
9
+pages_build_output_dir = "build"
10
+
11
# Static assets only - no worker needed
12
[assets]
13
directory = "build"
0 commit comments