Skip to content

Commit

Permalink
Merge pull request #25 from wajeshubham/dev
Browse files Browse the repository at this point in the history
Add query params in constant
  • Loading branch information
wajeshubham authored Feb 4, 2023
2 parents c018344 + d635044 commit ea5ace6
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ export const PEXELS_QUERY_STRINGS = [
"shine",
"stars",
"green",
"food",
"coffee",
"ice",
"ocean",
Expand All @@ -493,7 +492,26 @@ export const PEXELS_QUERY_STRINGS = [
"tea",
"water",
"juice",
"ice-cream",
"blur",
"wall",
"design",
"desk",
"infra",
"buildings",
"city",
"city-lights",
"lamp",
"garden",
"butterfly",
"mac",
"fire",
"dark",
"mountain",
"cat",
"dog",
"space",
"animal",
"technology",
];

export const defaultEditorConfig: SnippngEditorConfigInterface = {
Expand Down

1 comment on commit ea5ace6

@vercel
Copy link

@vercel vercel bot commented on ea5ace6 Feb 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.