remove trailing / from the base_url of the cdn
This commit is contained in:
parent
bb5720bbeb
commit
3c203ee99e
1 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
|||
videos = {
|
||||
bucket_name = "mastodon-chir-rs";
|
||||
prefix = "peertube/videos/";
|
||||
base_url = "https://mastodon-assets.chir.rs/";
|
||||
base_url = "https://mastodon-assets.chir.rs";
|
||||
};
|
||||
streaming_playlists = {
|
||||
bucket_name = "mastodon-chir-rs";
|
||||
prefix = "peertube/streaming-playlists/";
|
||||
base_url = "https://mastodon-assets.chir.rs/";
|
||||
base_url = "https://mastodon-assets.chir.rs";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue