diff --git a/.mise/tasks/deploy b/.mise/tasks/deploy index 7b223ee3..bac91b5d 100755 --- a/.mise/tasks/deploy +++ b/.mise/tasks/deploy @@ -5,7 +5,7 @@ set -euo pipefail pnpm -C $MISE_PROJECT_ROOT exec astro build cat < $MISE_PROJECT_ROOT/dist/_redirects -https://tuist.io/* https://tuist.dev/:splat 301 -http://tuist.io/* http://tuist.dev/:splat 301 +https://tuist.io/* -> https://tuist.dev/:splat 301 +http://tuist.io/* -> https://tuist.dev/:splat 301 EOT pnpm -C $MISE_PROJECT_ROOT exec wrangler pages deploy dist --project-name tuist-website --branch main \ No newline at end of file