fix: Config schema.

master
WildEgo 2025-11-16 16:15:42 +00:00
parent 41263d8772
commit b1994c0c40
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ pub struct PrivateShop {
impl Default for Config {
fn default() -> Self {
Self {
schema: "http://json-schema.org/draft-07/schema#".into(),
schema: "https://raw.githubusercontent.com/WildEgo/m2-json-schemas/refs/heads/main/config.json".into(),
locale: Locale::En,
display: Display {
width: 800,