Skip to content

Commit 01de9d2

Browse files
authored
fix optimizely example repo link (#986)
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">
1 parent 0def1d7 commit 01de9d2

File tree

1 file changed

+1
-1
lines changed
  • edge-middleware/feature-flag-optimizely/pages

1 file changed

+1
-1
lines changed

edge-middleware/feature-flag-optimizely/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function MyApp({ Component, pageProps }: AppProps) {
1313
deployButton={{
1414
env: ['OPTIMIZELY_SDK_KEY'],
1515
repositoryUrl:
16-
'https://github.com/optimizely/vercel-examples/tree/main/edge-middleware/feature-flag-optimizely',
16+
'https://github.com/vercel/examples/tree/main/edge-middleware/feature-flag-optimizely',
1717
}}
1818
>
1919
<Component {...pageProps} />

0 commit comments

Comments
 (0)