Compare commits
1 Commits
eb6f7e7a1c
...
c59a7c89d2
| Author | SHA1 | Date | |
|---|---|---|---|
|
c59a7c89d2
|
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,5 +1,4 @@
|
||||
use crate::internationalization::get_language_identifier;
|
||||
|
||||
use crate::route::Route;
|
||||
use dioxus::core_macro::rsx;
|
||||
use dioxus::dioxus_core::Element;
|
||||
@@ -9,6 +8,11 @@ use dioxus_i18n::unic_langid::langid;
|
||||
|
||||
const FAVICON: Asset = asset!("/assets/favicon.ico");
|
||||
#[used]
|
||||
static ICON: Asset = asset!(
|
||||
"/assets/images/icon.png",
|
||||
AssetOptions::builder().with_hash_suffix(false)
|
||||
);
|
||||
#[used]
|
||||
static FONTS_DIRECTORY: Asset = asset!(
|
||||
"/assets/fonts",
|
||||
AssetOptions::builder().with_hash_suffix(false)
|
||||
|
||||
Reference in New Issue
Block a user