Skip to content

Commit

Permalink
fix netlify config
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 8, 2021
1 parent 94c3609 commit 9032860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .netlify.toml → netlify.toml
Expand Up @@ -3,5 +3,5 @@
NPM_FLAGS = "--version" # prevent Netlify npm install

[build]
publish = "docs/.vitepress/dist"
publish = "demo/.vitepress/dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npm run demo-build"

0 comments on commit 9032860

Please sign in to comment.