-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid generating useless symlink #297
Comments
That sounds reasonable to me. Happy to review a PR if you have the appetite for adding this. Cheers |
@fain182 in your use case do you have any local video files that are processed by next-video? because the symlink is still needed to show raw local video files in the player in the webpage before they are processed. |
No, only remote videos... The thing that bothers me the most is that it creates a symlink to a folder that doesn't exist, because I save everything via API, so I don't have the videos folder... |
There is a symlink in
public/_next-video
that is automatically created every time I start the nextjs dev server, but I suppose it's useless if you don't save your asset in the filesystem.Maybe we could create it only when is needed?
The text was updated successfully, but these errors were encountered: