Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMikeladze committed Dec 2, 2023
1 parent ddbd862 commit 0171cd1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions examples/next-upload-example/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ export default async function Home() {

<div className={styles.divider} />
<div className={styles.example}>
<FileUpload api="/upload/basic" title="Basic upload (no store)" />
<FileUpload
api="/upload/basic"
title="Basic upload (without database )"
/>
<FileUpload api="/upload/keyv" title="Upload with Keyv store" />
<FileUpload
api="/upload/drizzle-postgres-js"
Expand All @@ -40,7 +43,10 @@ export default async function Home() {
api="/upload/drizzle-node-postgres"
title="Upload with Drizzle Node-Postgres store"
/>
<FileUpload api="/upload/edge" title="Edge upload (no store) " />
<FileUpload
api="/upload/edge"
title="Edge upload (without database ) "
/>
<FileUpload
api="/upload/edge-with-drizzle-neon"
title="Edge upload with Drizzle Neon Serverless Postgres store "
Expand Down

0 comments on commit 0171cd1

Please sign in to comment.