We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a837a4f commit 5ac7ad3Copy full SHA for 5ac7ad3
2 files changed
.github/workflows/deploy.yml
@@ -33,4 +33,4 @@ jobs:
33
env:
34
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
35
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
36
- run: npx wrangler pages deploy .vercel/output/static --project-name gluten-free-korea
+ run: npx wrangler pages deploy .vercel/output/static --project-name noglutenkorea
wrangler.toml
@@ -1,4 +1,4 @@
1
-name = "gluten-free-korea"
+name = "noglutenkorea"
2
compatibility_date = "2024-09-23"
3
compatibility_flags = ["nodejs_compat"]
4
0 commit comments