Skip to content

Commit

Permalink
can can
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskls committed Nov 11, 2024
1 parent f4efe0b commit 7c33c75
Showing 1 changed file with 68 additions and 69 deletions.
137 changes: 68 additions & 69 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,72 +4,71 @@
{ "handle": "filesystem" },
{ "src": "/[^.]+", "dest": "/index.html" }
],

"redirects": [
{
"source": "http://www.neringossiuvimostudija.lt/:path*",
"destination": "https://www.neringos-siuvimo-studija.lt/:path*",
"permanent": true,
"statusCode": 301
},
{
"source": "https://www.neringossiuvimostudija.lt/:path*",
"destination": "https://www.neringos-siuvimo-studija.lt/:path*",
"permanent": true,
"statusCode": 301
},
{
"source": "http://www.neringos-siuvimo-studija.lt/:path*",
"destination": "https://www.neringos-siuvimo-studija.lt/:path*",
"permanent": true,
"statusCode": 301
},
{
"source": "http://neringossiuvimostudija.lt/:path*",
"destination": "https://www.neringos-siuvimo-studija.lt/:path*",
"permanent": true,
"statusCode": 301
},
{
"source": "https://neringossiuvimostudija.lt/:path*",
"destination": "https://www.neringos-siuvimo-studija.lt/:path*",
"permanent": true,
"statusCode": 301
},
{
"source": "http://neringos-siuvimo-studija.lt/:path*",
"destination": "https://www.neringos-siuvimo-studija.lt/:path*",
"permanent": true,
"statusCode": 301
},
{
"source": "https://neringos-siuvimo-studija.lt/:path*",
"destination": "https://www.neringos-siuvimo-studija.lt/:path*",
"permanent": true,
"statusCode": 301
}
],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
}
]
}
]
}
"trailingSlash": false,
"cleanUrls": true,
"redirects": [
{
"source": "/:path*/index",
"destination": "/:path*",
"permanent": true
},
{
"source": "/:path*.html",
"destination": "/:path*",
"permanent": true
},
{
"has": [
{
"type": "host",
"value": "www.neringossiuvimostudija.lt"
}
],
"destination": "https://www.neringos-siuvimo-studija.lt/:path*",
"permanent": true
},
{
"has": [
{
"type": "host",
"value": "neringossiuvimostudija.lt"
}
],
"destination": "https://www.neringos-siuvimo-studija.lt/:path*",
"permanent": true
},
{
"has": [
{
"type": "host",
"value": "neringos-siuvimo-studija.lt"
}
],
"destination": "https://www.neringos-siuvimo-studija.lt/:path*",
"permanent": true
}
],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
}
]
}
]
}

0 comments on commit 7c33c75

Please sign in to comment.