File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 3232 <ul
3333 class =" items-center justify-end flex-1 pr-4 -mr-4 list-reset lg:flex"
3434 >
35- <li
36- class =" inline-block py-2 text-xl font-semibold no-underline lg:text-base lg:px-4"
37- >
38- <Search />
39- </li >
4035 <li
4136 class =" inline-block py-2 text-xl font-semibold no-underline lg:text-base lg:px-4"
4237 >
6863 >
6964 </NuxtLink >
7065 </li >
66+ <li
67+ class =" inline-block py-2 text-xl font-semibold no-underline lg:text-base lg:px-4"
68+ >
69+ <NuxtLink to =" /search" >
70+ <span
71+ class =" text-xl text-white no-underline lg:text-black is-active"
72+ >Search</span
73+ >
74+ </NuxtLink >
75+ </li >
7176 <li
7277 class =" inline-block py-2 text-xl font-semibold no-underline lg:text-base lg:px-4"
7378 >
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ export default {
5555 indexName: process .env .AlgoliaIndexName ,
5656 }),
5757 ],
58+ layout: ' Layout' ,
5859 serverPrefetch () {
5960 return this .instantsearch .findResultsState (this ).then ((algoliaState ) => {
6061 this .$ssrContext .nuxt .algoliaState = algoliaState
You can’t perform that action at this time.
0 commit comments