Running Turbo_Flask offline

Hi All,

I’m trying to use turbo_flask for my offline project.
When I am online - all is working as expected.
When offline - cdn hostname can’t be resolved and reached - hence not working.
All my attempts to store turbo.js finished failed - I can’t find it.
{{ turbo(url=url_for(‘static’, filename=‘turbo.js’)) }}

I would appreciate if someone appoints me to the docs or any other instruction on how to resolve my issue.