Open khakimsetia opened 2 years ago
Project runs normally on local npm run docs:serve
There is an error messageοΌ
@Zhengqbbb Sorry...
on local =>
Because dest folder in root public,
(package.json locate in docs)
"docs:serve": "cd .. & serve public"
after docs:build
work normally there's no error found.
Binaries:
Node: 16.15.1 - C:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm: 8.11.0 - C:\Program Files\nodejs\npm.CMD
β Checklist
π Description
Problems CI/CD Gitlab
Project runs normally on local, but when I build to gitlab ci/cd, there is an error on website
Hydration completed but contains mismatches.
is this a bug? or i missed something?
My custom setting
package.json locate in docs
.gitlab-ci.yml with docker node:16.5
π Environment info (
npx vuepress info
)π Reproduction link / repo:
No response