-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
92 lines (92 loc) · 4.74 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
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains; preload"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' https://vercel.live/ https://www.youtube-nocookie.com https://play.google.com/; script-src 'self' https://www.google-analytics.com https://vercel.live/; style-src 'self' 'unsafe-inline'; img-src 'self' https://bytemeuh-farm.fr https://www.google.com; font-src 'self' https://fonts.googleapis.com; frame-src https://www.youtube-nocookie.com/"
},
{
"key": "Access-Control-Allow-Origin",
"value": "https://bytemeuh-farm.fr"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "Referrer-Policy",
"value": "strict-origin-when-cross-origin"
},
{
"key": "Permissions-Policy",
"value": "geolocation=(), microphone=(), camera=(), payment=(), usb=()"
}
]
},
{
"source": "/assets/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31556952, immutable"
}
]
}
],
"redirects": [
{
"source": "/blog/article.html",
"destination": "/blog/recettes/tacos-boeuf/",
"statusCode": 301
},
{
"source": "/blog/article/",
"destination": "/blog/recettes/tacos-boeuf/",
"statusCode": 301
},
{
"source": "/favicon.ico",
"destination": "/assets/static/favicon.ico",
"statusCode": 301
},
{ "source": "/blog/les-technologies-qui-transforment-notre-facon-de-cuisiner/", "destination": "/blog/articles/technologies-transforment-cuisine/", "statusCode": 301 },
{ "source": "/blog/kebab-de-boeuf/", "destination": "/blog/recettes/kebab-boeuf/", "statusCode": 301 },
{ "source": "/blog/burgers-de-boeuf/", "destination": "/blog/recettes/burgers-boeuf/", "statusCode": 301 },
{ "source": "/blog/smartphones-revolution-agriculture/", "destination": "/blog/articles/smartphones-revolution-agricole/", "statusCode": 301 },
{ "source": "/blog/ratatouille-provencale/", "destination": "/blog/recettes/ratatouille-provencale/", "statusCode": 301 },
{ "source": "/blog/traditions-culinaires-ere-numerique/", "destination": "/blog/articles/traditions-culinaires-ere-numerique/", "statusCode": 301 },
{ "source": "/blog/la-technologie-au-service-de-notre-bien-etre-alimentaire/", "destination": "/blog/articles/technologie-bien-etre-alimentaire/", "statusCode": 301 },
{ "source": "/blog/elevage-intelligent-tech-bien-etre-animal/", "destination": "/blog/articles/elevage-intelligent-bien-etre-animal/", "statusCode": 301 },
{ "source": "/blog/bao-buns-vegan/", "destination": "/blog/recettes/bao-buns-vegan/", "statusCode": 301 },
{ "source": "/blog/tacos-de-boeuf/", "destination": "/blog/recettes/tacos-boeuf/", "statusCode": 301 },
{ "source": "/blog/burgers-boeuf/", "destination": "/blog/recettes/burgers-boeuf/", "statusCode": 301 },
{ "source": "/blog/technologies-transforment-cuisine/", "destination": "/blog/articles/technologies-transforment-cuisine/", "statusCode": 301 },
{ "source": "/blog/kebab-boeuf/", "destination": "/blog/recettes/kebab-boeuf/", "statusCode": 301 },
{ "source": "/blog/smartphones-revolution-agricole/", "destination": "/blog/articles/smartphones-revolution-agricole/", "statusCode": 301 },
{ "source": "/blog/traditions-culinaires-ere-numerique/", "destination": "/blog/articles/traditions-culinaires-ere-numerique/", "statusCode": 301 },
{ "source": "/blog/technologie-bien-etre-alimentaire/", "destination": "/blog/articles/technologie-bien-etre-alimentaire/", "statusCode": 301 },
{ "source": "/blog/elevage-intelligent-bien-etre-animal/", "destination": "/blog/articles/elevage-intelligent-bien-etre-animal/", "statusCode": 301 },
{ "source": "/blog/tacos-boeuf/", "destination": "/blog/recettes/tacos-boeuf/", "statusCode": 301 },
{ "source": "/blog/burgers-boeuf/", "destination": "/blog/recettes/burgers-boeuf/", "statusCode": 301 },
{ "source": "/assets/images/elevage-intelligent.webp", "destination": "/assets/images/vaches-tech.webp", "statusCode": 301 },
{ "source": "/blog/articles/bytemeuh-innovation-consulting/", "destination": "/", "statusCode": 301 },
{ "source": "/faq/", "destination": "/", "statusCode": 301 },
{ "source": "/partenaires/", "destination": "/", "statusCode": 301 }
],
"trailingSlash": true,
"cleanUrls": true
}