Does this support nuxt 3 Static Site Generation? #68
Unanswered
noah-nuebling
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm doing a nuxt 3 project and I want to copy files from the assets folder to the server root during the build process using
vite-plugin-static-copy
. When I run runpnpm dev
this seems to work and and the files are accessible as if I had placed them in the public directory. But when I runpnpm generate
to generate a static site, the files aren't accessible at the same URL.Is there a workaround? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions