blob: 123539dd719cc4ad6a31da3eda1419decba5eac7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
---
"astro": minor
---
Supports adding the `data-astro-rerun` attribute on script tags so that they will be re-executed after view transitions
```html
<script is:inline data-astro-rerun>...</script>
```
|