chore(web): no longer bundle contact mail

This commit is contained in:
əlemi 2024-12-29 03:40:12 +01:00
parent acebd31d66
commit b510c592bb
Signed by: alemi
GPG key ID: A4895B84D311642C
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@ use apb::Collection;
use leptos::*;
use leptos_router::*;
use crate::prelude::*;
use crate::CONTACT;
use codee::string::{FromToStringCodec, JsonSerdeCodec};
use leptos_use::{

View file

@ -17,7 +17,6 @@ pub mod prelude;
pub const URL_BASE: &str = "https://dev.upub.social";
pub const URL_PREFIX: &str = "/web";
pub const CONTACT: &str = "abuse@alemi.dev";
pub const URL_SENSITIVE: &str = "https://cdn.alemi.dev/social/nsfw.png";
pub const FALLBACK_IMAGE_URL: &str = "https://cdn.alemi.dev/social/gradient.png";
pub const NAME: &str = "μ";