-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvercel.json
54 lines (54 loc) · 1.46 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
{
"version": 2,
"redirects": [
{
"source": "/tags/tips-tutorial",
"destination": "/tags/tips-and-tutorial",
"permanent": true
},
{
"source": "/blog/download-gatsby-blog-starters-and-contentful-cms-template",
"destination": "/blog/migrasi-blog-ke-gatsby",
"statusCode": 301
},
{
"source": "/blog/orang-padang-vs-orang-minangkabau",
"destination": "/blog/fakta-unik-minangkabau",
"permanent": true
},
{
"source": "/blog/t-e-r-c-o-l-o-n-g",
"destination": "/blog/tercolong",
"statusCode": 308
},
{
"source": "/blog/normalisasi-database",
"destination": "/blog/contoh-normalisasi-database",
"permanent": true
},
{
"source": "/blog/acid-pada-database-consistency",
"destination": "/blog/acid-pada-database#consistency"
},
{
"source": "/blog/acid-pada-database-atomicity",
"destination": "/blog/acid-pada-database#atomicity"
},
{
"source": "/blog/acid-pada-database-durability",
"destination": "/blog/acid-pada-database#durability",
"permanent": true
},
{
"source": "/blog/value-averaging-calculator",
"destination": "/features/value-averaging-calculator",
"statusCode": 301
},
{
"source": "/blog/fakta-unik-minangkabau-part-ii",
"destination": "/blog/fakta-unik-tentang-minangkabau-part-ii",
"permanent": true
}
],
"trailingSlash": false
}