#How do I add a query string to the auto-generated files in _astro?
6 messages · Page 1 of 1 (latest)
Hmm, I don't know enough to give you a confident answer yet. The provided extracts do not contain information on how to add a query string to the auto-generated files in _astro when they get loaded onto the markup. I recommend checking the Astro documentation (https://docs.astro.build) for more detailed information.
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@tulip anvil kapa.ai is still learning and improving, please let us know how it did by reacting below
@celest solar okay how do I update the JS and CSS URLs that get injected onto the page?
Let me check the knowledge base for you. One moment! :books:
I'm sorry, but the provided extracts do not contain specific information on how to update the JavaScript and CSS URLs that get injected onto the page in Astro. However, Astro does provide ways to control how stylesheets and scripts are loaded, such as the inlineStylesheets configuration option and the use of ESM imports.