Skip to content

Commit 6c4c05f

Browse files
autofix-ci[bot]yurim
authored andcommitted
[autofix.ci] apply automated fixes
1 parent 7c29c9e commit 6c4c05f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"docs:til:build": "yarn workspace @frontend-fundamentals/today-i-learned build",
2626
"docs:til:preview": "yarn workspace @frontend-fundamentals/today-i-learned preview",
2727
"shared:typecheck": "yarn workspace @frontend-fundamentals/shared typecheck",
28-
"postbuild": "mkdir -p dist/fundamentals/code-quality dist/fundamentals/bundling dist/fundamentals/debug dist/fundamentals/a11y dist/fundamentals/today-i-learned && cp -r fundamentals/code-quality/.vitepress/dist/* dist/fundamentals/code-quality/ && cp -r fundamentals/bundling/.vitepress/dist/* dist/fundamentals/bundling/ && cp -r fundamentals/debug/.vitepress/dist/* dist/fundamentals/debug/ && cp -r fundamentals/a11y/.vitepress/dist/* dist/fundamentals/a11y/ && cp -r fundamentals/today-i-learned/dist/* dist/fundamentals/today-i-learned/",
28+
"postbuild": "mkdir -p dist/fundamentals/code-quality dist/fundamentals/bundling dist/fundamentals/debug dist/fundamentals/a11y dist/fundamentals/today-i-learned && cp -r fundamentals/code-quality/.vitepress/dist/* dist/fundamentals/code-quality/ && cp -r fundamentals/bundling/.vitepress/dist/* dist/fundamentals/bundling/ && cp -r fundamentals/debug/.vitepress/dist/* dist/fundamentals/debug/ && cp -r fundamentals/a11y/.vitepress/dist/* dist/fundamentals/a11y/ && cp -r fundamentals/today-i-learned/dist/* dist/fundamentals/today-i-learned/ && cp dist/fundamentals/today-i-learned/index.html dist/fundamentals/today-i-learned/404.html",
2929
"build": "yarn docs:build && yarn docs:bundle:build && yarn docs:debug:build && yarn docs:a11y:build && yarn docs:til:build && yarn postbuild"
3030
},
3131
"dependencies": {

vercel.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@
1515
"source": "/fundamentals/code-quality/:path*",
1616
"destination": "/dist/fundamentals/code-quality/:path*"
1717
},
18-
1918
{
2019
"source": "/fundamentals/bundling/:path*",
2120
"destination": "/dist/fundamentals/bundling/:path*"
2221
},
23-
22+
{
23+
"source": "/today-i-learned/assets/:path*",
24+
"destination": "/dist/fundamentals/today-i-learned/assets/:path*"
25+
},
2426
{
2527
"source": "/today-i-learned/:path*",
2628
"destination": "/dist/fundamentals/today-i-learned/index.html"
@@ -29,7 +31,6 @@
2931
"source": "/fundamentals/today-i-learned/:path*",
3032
"destination": "/dist/fundamentals/today-i-learned/:path*"
3133
},
32-
3334
{ "source": "/(.*)", "destination": "/" }
3435
]
3536
}

0 commit comments

Comments
 (0)