Skip to content

Commit b5a7b1e

Browse files
authored
Update README.md
1 parent 165bbd9 commit b5a7b1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/blur-data-urls/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ blurDataURL={image.blurDataUrl ?? undefined}
6060
If you already have images in your media collection, you might want to generate blurDataUrls for them.
6161

6262
To do so:
63-
1. Place [this script](scripts/generateBlurDataUrls.ts) on your `./src/scripts/ directory`.
63+
1. Place [this script](/scripts/blurDataUrlsMigrationScript.ts) on your `./src/scripts/ directory`.
6464
2. Make sure you have `tsx` installed either globally or on your project. You can uninstall it after running the script.
6565
3. Modify the plugin configuration **on the script**. You'll be able to set the blur options + which collections to migrate.
6666
4. Run the script: ``tsx ./src/scripts/blurDataUrlsMigrationScript.ts``
6767
5. Let it cook.
6868

6969
## Credits
70-
* Shoutout to [Paul](https://github.com/paulpopus) for being a real one.
70+
* Shoutout to [Paul](https://github.com/paulpopus) for being a real one.

0 commit comments

Comments
 (0)