From ed1de0c0baef5a68d420f814a6360d0079955501 Mon Sep 17 00:00:00 2001 From: Dominic Elm Date: Wed, 16 Apr 2025 17:17:05 +0200 Subject: [PATCH 1/2] feat: use pexels instead of unsplash --- astro-shadcn/.bolt/prompt | 2 +- bolt-remotion/.bolt/prompt | 2 +- bolt-vite-react-ts/.bolt/prompt | 3 +-- nextjs-shadcn/.bolt/prompt | 2 +- vite-shadcn/.bolt/prompt | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/astro-shadcn/.bolt/prompt b/astro-shadcn/.bolt/prompt index 610d420..e354601 100644 --- a/astro-shadcn/.bolt/prompt +++ b/astro-shadcn/.bolt/prompt @@ -4,4 +4,4 @@ By default, this template supports JSX syntax with Tailwind CSS classes, the sha Use icons from lucide-react for logos. -Use stock photos from unsplash where appropriate, only valid URLs you know exist. +Use stock photos from Pexels where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags. diff --git a/bolt-remotion/.bolt/prompt b/bolt-remotion/.bolt/prompt index a96e107..a09098f 100644 --- a/bolt-remotion/.bolt/prompt +++ b/bolt-remotion/.bolt/prompt @@ -4,4 +4,4 @@ By default, this template creates Remotion videos using React 18 + TypeScript, w Use icons from lucide-react for logos. -Use stock photos from unsplash where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags. +Use stock photos from Pexels where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags. diff --git a/bolt-vite-react-ts/.bolt/prompt b/bolt-vite-react-ts/.bolt/prompt index d0c0a8f..15e68f1 100644 --- a/bolt-vite-react-ts/.bolt/prompt +++ b/bolt-vite-react-ts/.bolt/prompt @@ -4,5 +4,4 @@ By default, this template supports JSX syntax with Tailwind CSS classes, React h Use icons from lucide-react for logos. -Use stock photos from unsplash where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags. - +Use stock photos from Pexels where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags. diff --git a/nextjs-shadcn/.bolt/prompt b/nextjs-shadcn/.bolt/prompt index 3d0f7d3..12e8335 100644 --- a/nextjs-shadcn/.bolt/prompt +++ b/nextjs-shadcn/.bolt/prompt @@ -8,4 +8,4 @@ By default, this template supports JSX syntax with Tailwind CSS classes, the sha Use icons from lucide-react for logos. -Use stock photos from unsplash where appropriate, only valid URLs you know exist. +Use stock photos from Pexels where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags. diff --git a/vite-shadcn/.bolt/prompt b/vite-shadcn/.bolt/prompt index 610d420..e354601 100644 --- a/vite-shadcn/.bolt/prompt +++ b/vite-shadcn/.bolt/prompt @@ -4,4 +4,4 @@ By default, this template supports JSX syntax with Tailwind CSS classes, the sha Use icons from lucide-react for logos. -Use stock photos from unsplash where appropriate, only valid URLs you know exist. +Use stock photos from Pexels where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags. From 78bf26dcd7a9b1ed1af9b53c33c47eb4e7c3a760 Mon Sep 17 00:00:00 2001 From: Dominic Elm Date: Wed, 16 Apr 2025 17:50:51 +0200 Subject: [PATCH 2/2] fixup: small change --- _scripts/package-lock-sync.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/_scripts/package-lock-sync.mjs b/_scripts/package-lock-sync.mjs index fecca91..7cbd737 100644 --- a/_scripts/package-lock-sync.mjs +++ b/_scripts/package-lock-sync.mjs @@ -79,6 +79,7 @@ function checkPackageLockSync(directory, name) { child.on('exit', (code) => { if (code === 0) { + console.log(`✔ ${name}`); resolve(); } else { reject(