Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedalatawi committed Oct 18, 2023
1 parent 95f4518 commit d8dd643
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion _redirects

This file was deleted.

1 change: 1 addition & 0 deletions home/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/demo/* https://react-beautiful-schedule-demo.netlify.app/:splat 200!
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[[redirects]]
from = "/home/*"
to = "/demo"
status = 200
force = true

0 comments on commit d8dd643

Please sign in to comment.