nuxt-themes/docus

How to change the icon?

AsynchronousAI opened this issue · 2 comments

The current icon is
Screenshot 2023-08-20 at 11 11 23 AM
I want to switch it to a custom one, how could I do this?

atinux commented

By using the app.config.ts file like mentioned on https://docus.dev/introduction/configuration
CleanShot 2023-08-21 at 10.54.52@2x.png

Thank you!