Skip to content

Commit b7daffa

Browse files
authored
feat: use pexels instead of unsplash (#73)
1 parent 34f793b commit b7daffa

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

_scripts/package-lock-sync.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ function checkPackageLockSync(directory, name) {
7979

8080
child.on('exit', (code) => {
8181
if (code === 0) {
82+
console.log(`✔ ${name}`);
8283
resolve();
8384
} else {
8485
reject(

astro-shadcn/.bolt/prompt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ By default, this template supports JSX syntax with Tailwind CSS classes, the sha
44

55
Use icons from lucide-react for logos.
66

7-
Use stock photos from unsplash where appropriate, only valid URLs you know exist.
7+
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.

bolt-remotion/.bolt/prompt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ By default, this template creates Remotion videos using React 18 + TypeScript, w
44

55
Use icons from lucide-react for logos.
66

7-
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.
7+
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.

bolt-vite-react-ts/.bolt/prompt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ By default, this template supports JSX syntax with Tailwind CSS classes, React h
44

55
Use icons from lucide-react for logos.
66

7-
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.
8-
7+
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.

nextjs-shadcn/.bolt/prompt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ By default, this template supports JSX syntax with Tailwind CSS classes, the sha
88

99
Use icons from lucide-react for logos.
1010

11-
Use stock photos from unsplash where appropriate, only valid URLs you know exist.
11+
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.

vite-shadcn/.bolt/prompt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ By default, this template supports JSX syntax with Tailwind CSS classes, the sha
44

55
Use icons from lucide-react for logos.
66

7-
Use stock photos from unsplash where appropriate, only valid URLs you know exist.
7+
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.

0 commit comments

Comments
 (0)