From 071604e46a3ee113b11177031f50ef98ef7939b4 Mon Sep 17 00:00:00 2001 From: Dylan Kelly Date: Tue, 31 Jan 2023 17:10:46 +1100 Subject: [PATCH] add search variables --- .playground/nuxt.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.playground/nuxt.config.ts b/.playground/nuxt.config.ts index 35e3cc8..4e551fb 100644 --- a/.playground/nuxt.config.ts +++ b/.playground/nuxt.config.ts @@ -10,9 +10,9 @@ export default defineNuxtConfig({ site: '8888' }, appSearch: { - searchKey: '', - endpointBase: '', - engineName: '' + searchKey: 'search-r53dt9vrcmow7jehdb7671uy', + endpointBase: 'https://search-improvements-poc.ent.australiaeast.azure.elastic-cloud.com', + engineName: 'content-vic-production-app-search' } } }