Skip to content

Commit 389c52e

Browse files
committed
Swap photos with PD versions
1 parent dda0ce5 commit 389c52e

File tree

6 files changed

+8
-2
lines changed

6 files changed

+8
-2
lines changed

packages/sdk/fastly/example/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ This is an example test app to showcase the usage of the Fastly LaunchDarkly SDK
99

1010
Most of the LaunchDarkly-related code can be found in [src/index.ts](src/index.ts).
1111

12+
### Photo credits
13+
14+
- Cat photo by [Sergey Semin](https://unsplash.com/@feneek?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash) on [Unsplash](https://unsplash.com/photos/brown-and-white-tabby-cat-DwHULfmhulE?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash).
15+
16+
- Dog photo by [Taylor Kopel](https://unsplash.com/@taylorkopel?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash) on [Unsplash](https://unsplash.com/photos/yellow-labrador-retriever-puppy-sitting-on-floor-WX4i1Jq_o0Y?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash).
17+
1218
## Prerequisites
1319

1420
A node environment of version 16 and yarn are required to develop in this repository.
-57.1 KB
Binary file not shown.
51.7 KB
Loading
-156 KB
Binary file not shown.
78.8 KB
Loading

packages/sdk/fastly/example/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const KV_STORE_NAME = 'launchdarkly';
1414
// Set the Fastly Backend name used to send LaunchDarkly events here
1515
const EVENTS_BACKEND_NAME = 'launchdarkly';
1616

17-
const cat = includeBytes('./src/cat.jpeg');
18-
const dog = includeBytes('./src/dog.jpeg');
17+
const cat = includeBytes('./src/cat.jpg');
18+
const dog = includeBytes('./src/dog.jpg');
1919

2020
// The entry point for your application.
2121
//

0 commit comments

Comments
 (0)