removed nextra component in astro site

This commit is contained in:
Ramon Perez 2025-08-06 12:13:28 +10:00
parent 4ee6873ca5
commit 890a917dec

View File

@ -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
```