diff --git a/src/search.lisp b/src/search.lisp index b526925..8d5522b 100644 --- a/src/search.lisp +++ b/src/search.lisp @@ -54,7 +54,7 @@ site is running in and use the beta or prod. URL's to connect to meilisearch. the base URL." (if (ritherdon-archive.config:developmentp) (concatenate 'string "http://localhost:7700" path) - (utils:build-url-root) + ;; (utils:build-url-root) (concatenate 'string "https://www.nera.com" path))) (defun delete-entry (id)