Skip to content

Commit e38b8ba

Browse files
authored
fix: update redirects for subdomains (#1399)
1 parent d8e9a4e commit e38b8ba

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

vercel.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"trailingSlash": false,
44
"redirects": [
55
{
6-
"source": "/",
6+
"source": "/(.*)",
77
"has": [
88
{
99
"type": "host",
@@ -13,7 +13,7 @@
1313
"destination": "https://discord.gg/NHwgTgAFVV"
1414
},
1515
{
16-
"source": "/",
16+
"source": "/(.*)",
1717
"has": [
1818
{
1919
"type": "host",
@@ -23,7 +23,7 @@
2323
"destination": "https://bsky.app/profile/npmx.dev"
2424
},
2525
{
26-
"source": "/",
26+
"source": "/(.*)",
2727
"has": [
2828
{
2929
"type": "host",
@@ -33,7 +33,7 @@
3333
"destination": "https://github.com/npmx-dev/npmx.dev"
3434
},
3535
{
36-
"source": "/",
36+
"source": "/(.*)",
3737
"has": [
3838
{
3939
"type": "host",
@@ -43,7 +43,7 @@
4343
"destination": "https://github.com/npmx-dev/npmx.dev/issues"
4444
},
4545
{
46-
"source": "/",
46+
"source": "/(.*)",
4747
"has": [
4848
{
4949
"type": "host",
@@ -53,7 +53,7 @@
5353
"destination": "https://github.com/npmx-dev/npmx.dev/blob/main/CODE_OF_CONDUCT.md"
5454
},
5555
{
56-
"source": "/",
56+
"source": "/(.*)",
5757
"has": [
5858
{
5959
"type": "host",
@@ -63,7 +63,7 @@
6363
"destination": "https://github.com/npmx-dev/npmx.dev/blob/main/CONTRIBUTING.md"
6464
},
6565
{
66-
"source": "/",
66+
"source": "/(.*)",
6767
"has": [
6868
{
6969
"type": "host",
@@ -73,7 +73,7 @@
7373
"destination": "https://github.com/npmx-dev/npmx.dev/blob/main/GOVERNANCE.md"
7474
},
7575
{
76-
"source": "/",
76+
"source": "/(.*)",
7777
"has": [
7878
{
7979
"type": "host",

0 commit comments

Comments
 (0)