Hello,
I’m trying to add versioning to my CSS file in Bootstrap Studio. Specifically, I would like to modify this:
<link rel="stylesheet" href="styles.css?">
to something like this:
<link rel="stylesheet" href="styles.css?v=1.1">
However, I can’t seem to find a way to do this within the application. Is there a built-in feature for adding query strings to the CSS link or another workaround I could use?
Thank you for your help!