如何在 Astro js 中将变量从 frontmatter 传递到脚本。像这样:
--- const title = "this is title" --- some content <script> const metatile = title <script>
javascript astro
astro ×1
javascript ×1