Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: deployment Netlify

+1 -1
+1 -1
netlify.toml
··· 1 1 [build] 2 - command = "npm install && npm run build" 2 + command = "pnpm install && cd node_modules/canvas && npm run install && cd ../../ && pnpm run build" 3 3 publish = "dist"