mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-24 15:44:10 +00:00
commit
3dd3a0e6c1
@ -31,7 +31,7 @@ app.Use(favicon.New())
|
|||||||
|
|
||||||
// Or extend your config for customization
|
// Or extend your config for customization
|
||||||
app.Use(favicon.New(favicon.Config{
|
app.Use(favicon.New(favicon.Config{
|
||||||
File: "./favicon.ico"
|
File: "./favicon.ico",
|
||||||
}))
|
}))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user