From e9603ecec957472e6e8e9e69156eb2d47309158a Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Mon, 22 Feb 2021 03:16:44 +0100 Subject: [PATCH] Removed S3 address from default config. --- assets/js/config/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/config/default.js b/assets/js/config/default.js index 671eb4d7..19f3f243 100644 --- a/assets/js/config/default.js +++ b/assets/js/config/default.js @@ -5,7 +5,7 @@ export default { media: { assetPath: '/img', mediaPath: '/media', - s3Path: 'https://s3.eu-central-1.wasabisys.com/traxxx', + s3Path: 'https://s3.wasabisys.com', }, showDisclaimer: false, disclaimer: 'This site is in early development, and content may occasionally disappear. Please stay tuned, you will be able to use traxxx to its full potential in the near future!',