Skip to content

Commit

Permalink
Redirect /assets/sounds/ to assets.thetawave.metalmancy.tech in the w…
Browse files Browse the repository at this point in the history
…eb build since we put sounds in S3 now.
  • Loading branch information
varoonp123 committed Oct 2, 2023
1 parent 40bebc2 commit 0b3137a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[[redirects]]
from = "/assets/backgrounds/*"
to = "https://assets.thetawave.metalmancy.tech/free_assets/backgrounds/:splat"
to = "https://assets.thetawave.metalmancy.tech/free_assets/texture/backgrounds/:splat"

[[redirects]]
from = "/assets/planets/*"
to = "https://assets.thetawave.metalmancy.tech/free_assets/planets/:splat"
to = "https://assets.thetawave.metalmancy.tech/free_assets/models/planets/:splat"

[[redirects]]
from = "/assets/sounds/*"
to = "https://assets.thetawave.metalmancy.tech/free_assets/sounds/:splat"

0 comments on commit 0b3137a

Please sign in to comment.