From d6350441596c228a29e49ce93e07bc4fb2b1164c Mon Sep 17 00:00:00 2001 From: wajeshubham Date: Sat, 4 Feb 2023 23:59:56 +0530 Subject: [PATCH] Add query params in constant --- lib/constants.ts | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/lib/constants.ts b/lib/constants.ts index 95f3eef..0c17d82 100644 --- a/lib/constants.ts +++ b/lib/constants.ts @@ -481,7 +481,6 @@ export const PEXELS_QUERY_STRINGS = [ "shine", "stars", "green", - "food", "coffee", "ice", "ocean", @@ -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 = {