From a507d576a601e02dd0cac2d20bd42ffbe35b44e7 Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Sat, 22 Feb 2025 09:49:40 +0300 Subject: [PATCH] redirects, https://github.com/JustStudio7/Website/blob/main/js/404.js --- domains/juststudio.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/juststudio.json b/domains/juststudio.json index 287ea66c3..b1bc73d32 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -19,6 +19,16 @@ "google-site-verification=qUvCromdvfxnS6LXzcxcha5rEsHUzBxl9nZH6sT3Dk4", "yandex-verification: aac5928d8d57ade9", "yandex-verification: 75d6e8d99eae89d4" - ] + ], + "redirect_config": { + "custom_paths": { + "/.well-known/change-password": "https://juststudio.is-a.dev/account/#/security?from=wellknown", + "/terms-of-service": "https://juststudio.is-a.dev/terms", + "/terms-of-service/": "https://juststudio.is-a.dev/terms", + "/accounts": "https://juststudio.is-a.dev/account/", + "/accounts/": "https://juststudio.is-a.dev/account/" + }, + "redirect_paths": true + } } }