Skip to content

Commit e30aa83

Browse files
authored
fix: change redirects to use netlify.app (#335)
1 parent 7a252c5 commit e30aa83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/cart/src/_redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/cart/* /index.html 200
2-
/ https://nrwl-nx-examples-products.netlify.com/ 301
3-
* https://nrwl-nx-examples-products.netlify.com/:splat 301
2+
/ https://nrwl-nx-examples-products.netlify.app/ 301
3+
* https://nrwl-nx-examples-products.netlify.app/:splat 301

apps/products/src/_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/cart https://nrwl-nx-examples-cart.netlify.com/cart 301
1+
/cart https://nrwl-nx-examples-cart.netlify.app/cart 301
22
/* /index.html 200

0 commit comments

Comments
 (0)