-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnetlify.toml
More file actions
49 lines (40 loc) · 1.33 KB
/
netlify.toml
File metadata and controls
49 lines (40 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[[redirects]]
from = "https://beautyinside.netlify.app/"
to = "https://beautyinside.netlify.app/"
status = 200
[[redirects]]
from = "https://beautyinside.netlify.app/SignIn"
to = "https://beautyinside.netlify.app/SignIn"
status = 200
[[redirects]]
from = "https://beautyinside.netlify.app/SignUp"
to = "https://beautyinside.netlify.app/SignUp"
status = 200
[[redirects]]
from = "https://beautyinside.netlify.app/PersonalColor"
to = "https://beautyinside.netlify.app/PersonalColor"
status = 200
[[redirects]]
from = "https://beautyinside.netlify.app/Best"
to = "https://beautyinside.netlify.app/Best"
status = 200
[[redirects]]
from = "https://beautyinside.netlify.app/Makeup"
to = "https://beautyinside.netlify.app/Makeup"
status = 200
[[redirects]]
from = "https://beautyinside.netlify.app/CartPurchase"
to = "https://beautyinside.netlify.app/CartPurchase"
status = 200
[[redirects]]
from = "https://beautyinside.netlify.app/MyPage/PurchaseList"
to = "https://beautyinside.netlify.app/MyPage/PurchaseList"
status = 200
[[redirects]]
from = "https://beautyinside.netlify.app/MyPage/"
to = "https://beautyinside.netlify.app/MyPage/PurchaseList"
status = 200
[[redirects]]
from = "https://beautyinside.netlify.app/MyPage/Account"
to = "https://beautyinside.netlify.app/MyPage/Account"
status = 200