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
After building, only adapter-node and adapter-netlify have the issue of server assets living at a different path other than the Vite resolved path /_app/immutable/assets/*.
Describe the proposed solution
It would be great if the build output automatically rewrites the server asset paths so we don't have to do this
// server assets live in `.netlify/server` when deployed to Netlifyconstdir=dev ? cwd : path.join(cwd,'.netlify/server');
Alternatives considered
No response
Importance
nice to have
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
After building, only
adapter-node
andadapter-netlify
have the issue of server assets living at a different path other than the Vite resolved path/_app/immutable/assets/*
.Describe the proposed solution
It would be great if the build output automatically rewrites the server asset paths so we don't have to do this
Alternatives considered
No response
Importance
nice to have
Additional Information
No response
The text was updated successfully, but these errors were encountered: