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
storyblok-v2-latest.js loaded even when not in edit mode which is a decent sized file that would increase performance if removed when not needed.
Expected Behavior
This script should only be loaded/injected into dom if the site is either in dev mode or edit mode. Not when the site is built or being served in production.
storyblok-v2-latest.js loaded even when not in edit mode which is a decent sized file that would increase performance if removed when not needed.
Expected Behavior
This script should only be loaded/injected into dom if the site is either in dev mode or edit mode. Not when the site is built or being served in production.
Current Behavior
https://app.storyblok.com/f/storyblok-v2-latest.js loads on all requests and environments.
Steps to Reproduce
This is my current astro configuration. No live preview but am using the Visual editor in storyblok.
The text was updated successfully, but these errors were encountered: