There's a nice little easter egg on @letterboxd's page for the awesome Everything Everywhere All at Once movie.
But you can only see it when you've seen the movie! 😅
There's a nice little easter egg on @letterboxd's page for the awesome Everything Everywhere All at Once movie.
But you can only see it when you've seen the movie! 😅
It's only when I have to chose only some of them for a trip, that I remember I have probably too many photography lenses… 😅
BTW, these are @field_made stickers, very nice!
To have different builds for #Cloudflare Pages previews, I found if-env
and the CF_PAGES_BRANCH
variable:
{
"scripts": {
"build": "if-env CF_PAGES_BRANCH=main && npm run main || npm run preview"
}
}
If Puppeteer fills your hard drive with many copies of Chromium, you can
puppeteer-core
insteadpuppeteer_skip_chromium_download=true
to your .npmrc
and also set puppeteer_executable_path
with Chrome path