chore: run prettier on Astro files
This commit is contained in:
parent
a489a2ca02
commit
40d8e58cce
17 changed files with 1005 additions and 330 deletions
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
interface Props {
|
||||
id: string
|
||||
ratio?: string
|
||||
id: string;
|
||||
ratio?: string;
|
||||
}
|
||||
|
||||
const { id, ratio }: Props = Astro.props
|
||||
const { id, ratio }: Props = Astro.props;
|
||||
---
|
||||
|
||||
<div>
|
||||
|
|
@ -15,7 +15,7 @@ const { id, ratio }: Props = Astro.props
|
|||
<script
|
||||
class="speakerdeck-embed"
|
||||
data-id={id}
|
||||
data-ratio={ratio ?? '1.29456384323641'}
|
||||
data-ratio={ratio ?? "1.29456384323641"}
|
||||
src="//speakerdeck.com/assets/embed.js"
|
||||
></script>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue