8 lines
303 B
Plaintext
8 lines
303 B
Plaintext
# Handle Netlify Identity authentication flows
|
|
/#confirmation_token=* /auth?confirmation_token=:splat 200
|
|
/#recovery_token=* /auth?recovery_token=:splat 200
|
|
/#invite_token=* /auth?invite_token=:splat 200
|
|
|
|
# Admin panel redirect
|
|
/admin/ /decapcms/index.html 200
|
|
/admin/index.html /decapcms/index.html 200 |