Skip to content

Commit

Permalink
Bloom Filter Example: Update README.md (vercel#859)
Browse files Browse the repository at this point in the history
Updating readme with deployment + github links after going to prod.
  • Loading branch information
delbaoliveira authored Jan 22, 2024
1 parent 0361ad6 commit e69a8b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions edge-middleware/redirects-bloom-filter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: Redirect a large list of redirects using a Bloom Filter and Edge Mi
framework: Next.js
useCase: Edge Middleware
css: Tailwind
deployUrl: TO DO
demoUrl: TO DO
deployUrl: https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/edge-middleware/redirects-bloom-filter&project-name=redirects-bloom-filter&repository-name=redirects-bloom-filter
demoUrl: https://redirects-bloom-filter.vercel.app/
relatedTemplates:
- redirects-upstash
---
Expand All @@ -19,7 +19,7 @@ Although a JSON file is being used, the principles are the same if storing the r

## Demo

TODO
https://redirects-bloom-filter.vercel.app/

## How to Use

Expand All @@ -29,14 +29,14 @@ You can choose from one of the following two methods to use this repository:

Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme):

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=TODO)
[![Deploy with Vercel](https://vercel.com/button)](https://github.com/vercel/examples/tree/main/edge-middleware/redirects-bloom-filter&project-name=redirects-bloom-filter&repository-name=redirects-bloom-filter)

### Clone and Deploy

Use [`create-next-app`](https://nextjs.org/docs/app/api-reference/create-next-app) to bootstrap the example:

```bash
npx create-next-app --example https://github.com/vercel/examples/tree/main/edge-middleware/redirects-upstash redirects-bloom-filter
npx create-next-app --example https://github.com/vercel/examples/tree/main/edge-middleware/redirects-bloom-filter
```

Next, run Next.js in development mode:
Expand Down

0 comments on commit e69a8b7

Please sign in to comment.