docs icon indicating copy to clipboard operation
docs copied to clipboard

Not all icons were bundled during build (tested with fresh project)

Open claytonchew opened this issue 9 months ago • 1 comments

Issue

Not all icons were bundled (missing) during build, some icons were missing when run on production.

SCR-20240508-skjj

SCR-20240508-sklb

SCR-20240508-skrv

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

claytonchew avatar May 08 '24 13:05 claytonchew