Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Apr 21, 2023
1 parent 25294b2 commit 4c6b087
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ The easiest way is using the [FaviconPlugin](https://github.com/kwebio/kweb-core
{{#include ../../src/main/kotlin/kweb/plugins/FaviconPlugin.kt:favicon}}
```

If you don't provide a FaviconPlugin and KwebConfiguration.handleFavicon is true, Kweb will
automatically use FaviconPlugin.notFound(), which will return a 404 response for any favicon
requests.
If you don't provide a FaviconPlugin of some kind and KwebConfiguration.handleFavicon is true,
Kweb will automatically use FaviconPlugin.notFound(), which will return a 404 response for
any favicon requests.

If you need to handle favicon requests yourself, you can set KwebConfiguration.handleFavicon
to false and add your own handler for favicon requests.
to false.

## How do I enable auto-reloading?

Expand Down

0 comments on commit 4c6b087

Please sign in to comment.