-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvercel.json
119 lines (119 loc) · 2.73 KB
/
vercel.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"redirects": [
{
"source": "/index.html",
"destination": "/",
"permanent": true
},
{
"source": "/about.html",
"destination": "/about",
"permanent": true
},
{
"source": "/portfolio.html",
"destination": "/projects",
"permanent": true
},
{
"source": "/contact.html",
"destination": "/contactus",
"permanent": true
},
{
"source": "/tagoreSchool.html",
"destination": "/projects/tagoreschool",
"permanent": true
},
{
"source": "/DrAlwars.html",
"destination": "/projects/alwarresidence",
"permanent": true
},
{
"source": "/MrAnands.html",
"destination": "/projects/anandresidence",
"permanent": true
},
{
"source": "/MrAshoks.html",
"destination": "/projects/ashokresidence",
"permanent": true
},
{
"source": "/MrHaris.html",
"destination": "/projects/hariresidence",
"permanent": true
},
{
"source": "/MrPeriyasamys.html",
"destination": "/projects/periyasamiresidence",
"permanent": true
},
{
"source": "/MrSaraths.html",
"destination": "/projects/sarathresidence",
"permanent": true
},
{
"source": "/MrSaravanans.html",
"destination": "/projects/saravananresidence",
"permanent": true
},
{
"source": "/MrSenthils.html",
"destination": "/projects/senthilresidence",
"permanent": true
},
{
"source": "/MrsSangeethas.html",
"destination": "/projects/sangeetharesidence",
"permanent": true
},
{
"source": "/SRKHonda.html",
"destination": "/projects/srkhondaoffcomm",
"permanent": true
},
{
"source": "/adyarInterior.html",
"destination": "/projects/adyarinterior",
"permanent": true
},
{
"source": "/akshayaMultiSpecialityHospital.html",
"destination": "/projects/akshayahospital",
"permanent": true
},
{
"source": "/easternPalace.html",
"destination": "/projects/easternpalaceoffcomm",
"permanent": true
},
{
"source": "/evergreen.html",
"destination": "/projects/evergreen",
"permanent": true
},
{
"source": "/mbit.html",
"destination": "/projects/mbit",
"permanent": true
},
{
"source": "/meenakshiVishwaVidyashram.html",
"destination": "/projects/meenakshividyashram",
"permanent": true
},
{
"source": "/uthiramerurFactory.html",
"destination": "/projects/uthifactoryoffcomm",
"permanent": true
},
{
"source": "/venkatMahal.html",
"destination": "/projects/venkatmahal",
"permanent": true
}
]
}