Skip to content

Commit

Permalink
split example: fix url and deployUrl (#741)
Browse files Browse the repository at this point in the history
### Description

Fix the url and deployUrl of the split example
  • Loading branch information
dferber90 authored Jul 14, 2023
1 parent 98f3e8b commit fbb103d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions edge-middleware/feature-flag-split/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
name: A/B Testing with Split
name: Split Integration example
slug: ab-testing-split
description: Learn to use Split, a feature delivery platform that powers feature flag management, software experimentation and continuous delivery.
framework: Next.js
useCase: Edge Middleware
css: Tailwind
deployUrl: https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/edge-middleware/feature-flag-split&env=SPLIT_WORKSPACE_ID,SPLIT_SDK_CLIENT_API_KEY,EDGE_CONFIG&project-name=feature-flag-split&repository-name=feature-flag-split&integration-ids=oac_bic40oWF5k9pDFboJhKYqMd1&edge-config-stores=%7B%22EDGE_CONFIG%22%3A%7B%7D%7D
demoUrl: https://feature-flag-split.vercel.app
deployUrl: https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/edge-middleware/feature-flag-split&env=SPLIT_SDK_CLIENT_API_KEY,EDGE_CONFIG,EDGE_CONFIG_SPLIT_ITEM_KEY&project-name=feature-flag-split&repository-name=feature-flag-split&integration-ids=oac_bic40oWF5k9pDFboJhKYqMd1&edge-config-stores=%7B%22EDGE_CONFIG%22%3A%7B%7D%7D
demoUrl: https://ab-testing-split.vercel.app
relatedTemplates:
- ab-testing-simple
- maintenance-page
- feature-flag-apple-store
---

# A/B Testing with Split
Expand All @@ -17,7 +18,7 @@ relatedTemplates:

## Demo

https://feature-flag-split.vercel.app
https://ab-testing-split.vercel.app

## How to Use

Expand Down

3 comments on commit fbb103d

@vercel
Copy link

@vercel vercel bot commented on fbb103d Jul 14, 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:

next-flask – ./python/nextjs-flask

next-flask-vercel-labs.vercel.app
nextjs-python.vercel.app
next-flask-git-main-vercel-labs.vercel.app
nextjs-flask-starter.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fbb103d Jul 14, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on fbb103d Jul 14, 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:

edge-ab-testing-statsig – ./edge-middleware/ab-testing-statsig

edge-ab-testing-statsig-now-examples.vercel.app
edge-ab-testing-statsig.vercel.app
edge-ab-testing-statsig-git-main-now-examples.vercel.app
edge-ab-testing-statsig.vercel.sh

Please sign in to comment.