Skip to content

Commit f26bcae

Browse files
committed
fix: update netlify.toml
1 parent 141d410 commit f26bcae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[build]
66
publish = "docs/.vuepress/dist"
7-
command = "npx pnpm i --store=node_modules/.pnpm-store && sed -i \"s/\/vuepress-blog\//\//g\" docs/.vuepress/components/constants/constants.ts && cd ./docs/.vuepress/realcugan-ncnn-webassembly && bash build.sh && npx pnpm docs:build"
7+
command = "npx pnpm i --store=node_modules/.pnpm-store && sed -i \"s|\/vuepress-blog\/||g\" docs/.vuepress/components/constants/constants.ts && cd ./docs/.vuepress/realcugan-ncnn-webassembly && bash build.sh && npx pnpm docs:build"
88

99
[[redirects]]
1010
from = "/*"

0 commit comments

Comments
 (0)