#Error GET ico or manifest in dynamic pages

15 messages ยท Page 1 of 1 (latest)

marble breachBOT
#

๐Ÿ”Ž This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

๐Ÿ•ต๏ธ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

โœ… You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

leaden ore
#

can you show how you added it to your layout? like in metadata file or manifest file places there?

viscid loom
#

like this

 icons: {
    icon: [
      '@/public/ico/favicon.ico?v=4'
    ],
    apple: [
      '@/public/ico/apple-touch-icon.png?v=4'
    ],
    shortcut: [
      '@/public/ico/apple-touch-icon.png'
    ]
  }
}```
viscid loom
leaden ore
#

the icons should just be / for root of public like /ico/favicon.ico?v=4 for first one

#

im more confused how it worked normally...

#

@viscid loom but also, if this icon your using everywhere, you can put favicon.ico in root of appdir, and it will auto import them add them to metadata too (i think the apple touch icons also too)

viscid loom
viscid loom
leaden ore
#

like you can have /app/favicon.ico (the favicon file in root of app folder)

#

but yeah move those images to the root app dir

#

i think for shortcut you may have to copy the image, or just add it to metadata (as they are still accessible like you would think in public)

viscid loom
#

mgm, oke, i will try