🔧 move vercel.json (README.md, vercel.json)

This commit is contained in:
ひでまる 2025-01-28 17:48:34 +09:00
parent e88ca67e2c
commit c06402c099
2 changed files with 3 additions and 0 deletions

View file

@ -35,6 +35,9 @@ vim src/consts.ts
bun run install
bun run build
# create vercel.json on dist directory
ln vercel.json dist/vercel.json
# deploy FediGONE on vercel
cd dist
vercel deploy --prod