chore: middleware
This commit is contained in:
parent
45b6e113b5
commit
3ab6f77a69
18 changed files with 180 additions and 36 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
const { data, globals } = Astro.props;
|
||||
const { data } = Astro.props;
|
||||
const { globals } = Astro.locals;
|
||||
---
|
||||
|
||||
<div class="music-chart">
|
||||
|
|
Reference in a new issue