From 890a917dec2320a826c3da46e4d89a170cc1e2a6 Mon Sep 17 00:00:00 2001 From: Ramon Perez Date: Wed, 6 Aug 2025 12:13:28 +1000 Subject: [PATCH] removed nextra component in astro site --- website/src/content/docs/local-server/troubleshooting.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/src/content/docs/local-server/troubleshooting.mdx b/website/src/content/docs/local-server/troubleshooting.mdx index 43ff32b93..97a7568f6 100644 --- a/website/src/content/docs/local-server/troubleshooting.mdx +++ b/website/src/content/docs/local-server/troubleshooting.mdx @@ -15,7 +15,6 @@ keywords: ] --- -import { Tabs } from 'nextra/components' import { Aside, Steps } from '@astrojs/starlight/components' # Troubleshooting @@ -37,7 +36,7 @@ When Jan isn't working properly, error logs help identify the problem. Here's ho # macOS/Linux tail -n 50 ~/Library/Application\ Support/Jan/data/logs/app.log -# Windows +# Windows type %APPDATA%\Jan\data\logs\app.log ```