docs
docs copied to clipboard
Not all icons were bundled during build (tested with fresh project)
Issue
Not all icons were bundled (missing) during build, some icons were missing when run on production.
Outcome is the same with
❌ npm run build
then node .output/server/index.mjs
locally.
❌ docker build and run
Reproduction
Start completely from fresh project
npx nuxi init -t github:nuxt-ui-pro/docs
Run build
npm run build
Run server locally
node .output/server/index.mjs