Compare commits
1 Commits
main
...
c59a7c89d2
| Author | SHA1 | Date | |
|---|---|---|---|
|
c59a7c89d2
|
@@ -7,11 +7,9 @@ use dioxus_i18n::prelude::*;
|
||||
use dioxus_i18n::unic_langid::langid;
|
||||
|
||||
const FAVICON: Asset = asset!("/assets/favicon.ico");
|
||||
/* Once https://github.com/DioxusLabs/dioxus/issues/4490 is resolved, hopefully it will be
|
||||
sufficient to just include the single icon.png. */
|
||||
#[used]
|
||||
static IMAGES_DIRECTORY: Asset = asset!(
|
||||
"/assets/images",
|
||||
static ICON: Asset = asset!(
|
||||
"/assets/images/icon.png",
|
||||
AssetOptions::builder().with_hash_suffix(false)
|
||||
);
|
||||
#[used]
|
||||
|
||||
Reference in New Issue
Block a user