Skip to content

Commit

Permalink
feat: post list
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jun 21, 2023
1 parent e13dd8c commit 00928bc
Show file tree
Hide file tree
Showing 17 changed files with 360 additions and 53 deletions.
6 changes: 6 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/

# vercel kv
KV_URL="redis://********@choice-lark-39044.kv.vercel-storage.com:39044"
KV_REST_API_URL="********"
KV_REST_API_TOKEN="********"
KV_REST_API_READ_ONLY_TOKEN="********"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@tanstack/react-query-persist-client": "4.29.14",
"@uidotdev/usehooks": "2.0.1",
"@vercel/analytics": "1.0.1",
"@vercel/kv": "0.2.1",
"axios": "1.4.0",
"clsx": "1.2.1",
"daisyui": "3.1.1",
Expand Down
Loading

1 comment on commit 00928bc

@vercel
Copy link

@vercel vercel bot commented on 00928bc Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

springtide – ./

springtide-innei.vercel.app
innei.in
springtide.vercel.app
springtide-git-main-innei.vercel.app

Please sign in to comment.