Skip to content

Commit 5ac7ad3

Browse files
kiki
authored andcommitted
fix: correct Cloudflare Pages project name to noglutenkorea
1 parent a837a4f commit 5ac7ad3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
env:
3434
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3535
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
36-
run: npx wrangler pages deploy .vercel/output/static --project-name gluten-free-korea
36+
run: npx wrangler pages deploy .vercel/output/static --project-name noglutenkorea

wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "gluten-free-korea"
1+
name = "noglutenkorea"
22
compatibility_date = "2024-09-23"
33
compatibility_flags = ["nodejs_compat"]
44

0 commit comments

Comments
 (0)