Skip to content

Commit ee96afd

Browse files
author
yurim
committed
feat: missing 추가
1 parent 49c5a6b commit ee96afd

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

vercel.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,32 @@
1616
"destination": "/dist/fundamentals/bundling/:path*"
1717
},
1818
{
19-
"source": "/fundamentals/today-i-learned/:path(.*)",
19+
"source": "/fundamentals/today-i-learned/:path*",
20+
"missing": [
21+
{
22+
"type": "file",
23+
"value": "/dist/fundamentals/today-i-learned/:path*"
24+
}
25+
],
2026
"destination": "/dist/fundamentals/today-i-learned/index.html"
2127
},
2228
{
23-
"source": "/today-i-learned/:path(.*)",
29+
"source": "/today-i-learned/:path*",
30+
"missing": [
31+
{
32+
"type": "file",
33+
"value": "/dist/fundamentals/today-i-learned/:path*"
34+
}
35+
],
2436
"destination": "/dist/fundamentals/today-i-learned/index.html"
2537
},
2638
{
2739
"source": "/code-quality/:path*",
2840
"destination": "/dist/fundamentals/code-quality/:path*"
41+
},
42+
{
43+
"source": "/(.*)",
44+
"destination": "/"
2945
}
3046
]
3147
}

0 commit comments

Comments
 (0)