We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915ac23 commit 0593469Copy full SHA for 0593469
.github/workflows/build.yaml
@@ -27,5 +27,5 @@ jobs:
27
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
28
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
29
projectName: camp-site-2024
30
- directory: my-app/build
+ directory: my-app/deploy
31
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
my-app/public/_redirects
@@ -1 +1 @@
1
-/2024/* /2024/index.html 200
+/2024/* /2024/index.html 200
0 commit comments