feat: update admin favicon
This commit is contained in:
@@ -133,6 +133,7 @@ func Serve(cmd *cobra.Command, args []string) error {
|
||||
}
|
||||
return ctx.SendFile(file)
|
||||
})
|
||||
|
||||
svc.Http.Engine.Get("*", func(ctx fiber.Ctx) error {
|
||||
f := ctx.Params("*")
|
||||
if f == "/" || f == "" {
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Medias</title>
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" type="image/x-icon" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" type="image/x-icon" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" type="image/x-icon" />
|
||||
<link rel="icon" href="/admin/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/admin/apple-touch-icon.png" type="image/x-icon" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/admin/favicon-32x32.png" type="image/x-icon" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/admin/favicon-16x16.png" type="image/x-icon" />
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user