From d90bc2f0955898e01fded2b7f53d1a7cc7b7e7a9 Mon Sep 17 00:00:00 2001 From: Sabrina Ferguson Date: Fri, 26 Apr 2024 17:08:52 -0400 Subject: [PATCH] chore: update links, remove search --- .gitignore | 1 + app.config.ts | 2 +- app.vue | 4 ++-- components/content/ProseA.vue | 4 ++-- nuxt.config.ts | 6 +++--- pages/index.vue | 4 ++-- pages/tutorials/index.vue | 4 ++-- 7 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 4e0cfd4..ec3ec23 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ logs .history .firebase +.unlighthouse diff --git a/app.config.ts b/app.config.ts index 7e06978..bec4bd3 100644 --- a/app.config.ts +++ b/app.config.ts @@ -42,7 +42,7 @@ export default defineAppConfig({ light: '/logos/zksync_logo_black.svg', dark: '/logos/zksync_logo.svg', }, - search: true, + search: false, colorMode: true, links: [ { diff --git a/app.vue b/app.vue index a8b9949..32eb255 100644 --- a/app.vue +++ b/app.vue @@ -63,12 +63,12 @@ provide('navigation', navigation); - + diff --git a/components/content/ProseA.vue b/components/content/ProseA.vue index 5e41ef5..007793f 100644 --- a/components/content/ProseA.vue +++ b/components/content/ProseA.vue @@ -1,5 +1,5 @@