Skip to content

Commit

Permalink
Add query params in constant
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeshubham committed Feb 4, 2023
1 parent 80f2364 commit d635044
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

0 comments on commit d635044

Please sign in to comment.