Skip to content

Commit

Permalink
Use assets.exercism.org subdomain (#69)
Browse files Browse the repository at this point in the history
As part of moving various parts of our image hosting behind a CDN, this commit updates the involved urls we automatically found in this repository.
  • Loading branch information
ErikSchierboom committed Aug 16, 2023
1 parent b505ac3 commit 153fa03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ aws_submissions_bucket: exercism-v3-submissions
aws_tooling_jobs_bucket: exercism-v3-tooling-jobs

# Hosts
website_icons_host: https://exercism-v3-icons.s3.eu-west-2.amazonaws.com
website_icons_host: https://assets.exercism.org
website_assets_host: ""

# Sidekiq Config
Expand Down
2 changes: 1 addition & 1 deletion settings/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ aws_submissions_bucket: exercism-v3-submissions
aws_tooling_jobs_bucket: exercism-v3-tooling-jobs

# Hosts
website_icons_host: https://exercism-v3-icons.s3.eu-west-2.amazonaws.com
website_icons_host: https://assets.exercism.org
website_assets_host:

# Sidekiq Config
Expand Down

0 comments on commit 153fa03

Please sign in to comment.