Skip to content

Commit

Permalink
fix optimizely example repo link (#986)
Browse files Browse the repository at this point in the history
Fixes the source repo link in the example


<img width="1636" alt="Bildschirmfoto 2024-11-28 um 08 07 40"
src="https://github.com/user-attachments/assets/e23f5c83-ce58-4379-b9bc-8d573e2936f4">
  • Loading branch information
dferber90 authored Nov 28, 2024
1 parent 0def1d7 commit 01de9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edge-middleware/feature-flag-optimizely/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function MyApp({ Component, pageProps }: AppProps) {
deployButton={{
env: ['OPTIMIZELY_SDK_KEY'],
repositoryUrl:
'https://github.com/optimizely/vercel-examples/tree/main/edge-middleware/feature-flag-optimizely',
'https://github.com/vercel/examples/tree/main/edge-middleware/feature-flag-optimizely',
}}
>
<Component {...pageProps} />
Expand Down

0 comments on commit 01de9d2

Please sign in to comment.