asset_url
<link href="{{ asset_url ~ 'style.css' }}" rel="stylesheet" />
<body>
<div class="app">
<img src="{{ asset_url }}image.png" alt="" />
</div>
<script src="{{ asset_url ~ 'main.js' }}"></script>
</body>Last updated
<link href="{{ asset_url ~ 'style.css' }}" rel="stylesheet" />
<body>
<div class="app">
<img src="{{ asset_url }}image.png" alt="" />
</div>
<script src="{{ asset_url ~ 'main.js' }}"></script>
</body>Last updated