Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Update Netlify URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHenninger committed Apr 10, 2020
1 parent 7c81d1a commit 4a79257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ command = "zola build --base-url $DEPLOY_PRIME_URL"

[[redirects]]
from = "/builder/beta"
to = "https://labjs-beta.netlify.com/"
to = "https://labjs-beta.netlify.app/"
status = 302

[[redirects]]
Expand All @@ -39,5 +39,5 @@ command = "zola build --base-url $DEPLOY_PRIME_URL"

[[redirects]]
from = "/static/development/*"
to = "https://labjs-beta.netlify.com/api/_defaultStatic/lib/:splat"
to = "https://labjs-beta.netlify.app/api/_defaultStatic/lib/:splat"
status = 302
2 changes: 1 addition & 1 deletion packages/website/templates/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h6 class="dropdown-header">Quicklinks</h6>
</a>
<a
class="dropdown-item"
href="https://labjs-beta.netlify.com"
href="https://labjs-beta.netlify.app"
target="_blank" rel="noopener"
>
Development version
Expand Down

0 comments on commit 4a79257

Please sign in to comment.