Compare commits
1 Commits
main
...
a6711b3e47
| Author | SHA1 | Date | |
|---|---|---|---|
|
a6711b3e47
|
@@ -1,4 +1,5 @@
|
||||
use crate::internationalization::get_language_identifier;
|
||||
|
||||
use crate::route::Route;
|
||||
use dioxus::core_macro::rsx;
|
||||
use dioxus::dioxus_core::Element;
|
||||
@@ -7,13 +8,6 @@ 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",
|
||||
AssetOptions::builder().with_hash_suffix(false)
|
||||
);
|
||||
#[used]
|
||||
static FONTS_DIRECTORY: Asset = asset!(
|
||||
"/assets/fonts",
|
||||
|
||||
Reference in New Issue
Block a user