diff --git a/app/components/Code/MobileTreeDrawer.vue b/app/components/Code/MobileTreeDrawer.vue index 3162bc6747..c45b164210 100644 --- a/app/components/Code/MobileTreeDrawer.vue +++ b/app/components/Code/MobileTreeDrawer.vue @@ -61,7 +61,7 @@ watch(isOpen, open => (isLocked.value = open)) class="md:hidden fixed inset-y-0 inset-is-0 z-50 w-72 bg-bg-subtle border-ie border-border overflow-y-auto" >
{{ $t('code.files_label') }}
diff --git a/nuxt.config.ts b/nuxt.config.ts index 5965c351eb..24222117c8 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -70,6 +70,7 @@ export default defineNuxtConfig({ }, ], meta: [{ name: 'twitter:card', content: 'summary_large_image' }], + noscript: [{ innerHTML: '' }], }, },