Skip to content

Commit 13ca089

Browse files
authored
Merge pull request #58 from yaken-org/fix-breaked-deploy-button
Deploy to Cloudflareボタンが壊れていたのでなおす
2 parents 225721d + fcf7fc4 commit 13ca089

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<img src="./docs/hero.png" height="245">
66
</a>
77
<br/>
8-
<a href="https://deploy.workers.cloudflare.com/?url=https://github.com/kc3hack/2026_team21/tree/develop/apps/web">
8+
<a href="https://deploy.workers.cloudflare.com/?url=https://github.com/yaken-org/charm/tree/develop/apps/web">
99
<img src="https://deploy.workers.cloudflare.com/button"/>
1010
</a>
1111
</p>

apps/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "web",
33
"type": "module",
4+
"packageManager": "pnpm@10.29.3",
45
"scripts": {
56
"dev": "vite",
67
"build": "vite build",

0 commit comments

Comments
 (0)