Skip to content

Commit ea5ace6

Browse files
authored
Merge pull request #25 from wajeshubham/dev
Add query params in constant
2 parents c018344 + d635044 commit ea5ace6

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

lib/constants.ts

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,6 @@ export const PEXELS_QUERY_STRINGS = [
481481
"shine",
482482
"stars",
483483
"green",
484-
"food",
485484
"coffee",
486485
"ice",
487486
"ocean",
@@ -493,7 +492,26 @@ export const PEXELS_QUERY_STRINGS = [
493492
"tea",
494493
"water",
495494
"juice",
496-
"ice-cream",
495+
"blur",
496+
"wall",
497+
"design",
498+
"desk",
499+
"infra",
500+
"buildings",
501+
"city",
502+
"city-lights",
503+
"lamp",
504+
"garden",
505+
"butterfly",
506+
"mac",
507+
"fire",
508+
"dark",
509+
"mountain",
510+
"cat",
511+
"dog",
512+
"space",
513+
"animal",
514+
"technology",
497515
];
498516

499517
export const defaultEditorConfig: SnippngEditorConfigInterface = {

0 commit comments

Comments
 (0)