mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-08-29 04:32:06 -04:00
fix: remove unused favicon ref
This commit is contained in:
parent
37fa9537d0
commit
d1c09784a4
2 changed files with 2 additions and 14 deletions
|
|
@ -219,13 +219,7 @@ useHead({
|
|||
htmlAttrs: {
|
||||
lang: "en",
|
||||
},
|
||||
link: [
|
||||
{
|
||||
rel: "icon",
|
||||
type: "image/png",
|
||||
href: "/favicon.png",
|
||||
},
|
||||
],
|
||||
link: [],
|
||||
titleTemplate(title) {
|
||||
return title ? `${title} | Admin | Drop` : `Admin Dashboard | Drop`;
|
||||
},
|
||||
|
|
|
|||
|
|
@ -19,13 +19,7 @@ useHead({
|
|||
htmlAttrs: {
|
||||
lang: "en",
|
||||
},
|
||||
link: [
|
||||
{
|
||||
rel: "icon",
|
||||
type: "image/png",
|
||||
href: "/favicon.png",
|
||||
},
|
||||
],
|
||||
link: [],
|
||||
titleTemplate(title) {
|
||||
if (title) return `${title} | Drop`;
|
||||
return `Drop`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue