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
It seems like we can't refer to files (e.g. images for backgrounds) using a relative path. The only workaround I found is to use file:// urls. This does make project sharing hard because of absolute file paths, though.
It seems like we can't refer to files (e.g. images for backgrounds) using a relative path. The only workaround I found is to use
file://urls. This does make project sharing hard because of absolute file paths, though.