Skip to content

Commit 113530f

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"source": "/fundamentals/bundling/:path*",
2121
"destination": "/dist/fundamentals/bundling/:path*"
2222
},
23-
23+
2424
{
2525
"source": "/today-i-learned/:path*",
26-
"destination": "/dist/fundamentals/today-i-learned/index.html"
26+
"destination": "/dist/fundamentals/today-i-learned/:path*"
2727
},
2828
{
2929
"source": "/fundamentals/today-i-learned/:path*",
3030
"destination": "/dist/fundamentals/today-i-learned/:path*"
3131
},
32-
32+
3333
{ "source": "/(.*)", "destination": "/" }
3434
]
3535
}

0 commit comments

Comments
 (0)