You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
Adonis has support for serving static files (by default from /public folder) but Nuxt doesn't seem to produce static files on disk anywhere in dev mode to be able to configure Adonis to serve static files from there.
This question is available on Nuxt.js community (#c46)
The text was updated successfully, but these errors were encountered:
you can configure nginx to point all images,css etc in /_nuxt/ to go to resources/_nuxt/ this way those assets will never be handled served adonis/nuxt. Let me know if you get this too work, if not i can do a test
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are several middleware in config which is running on every request including nuxt bundles and images (can be ~50-100 per page)
Adonis has support for serving static files (by default from /public folder) but Nuxt doesn't seem to produce static files on disk anywhere in dev mode to be able to configure Adonis to serve static files from there.
The text was updated successfully, but these errors were encountered: