Some corrections with types and undeleted file
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 18m1s

This commit is contained in:
2025-08-14 09:48:52 +09:30
parent 63e0e1fd28
commit 1f45a74b2a
19 changed files with 54 additions and 105 deletions

View File

@@ -11,7 +11,7 @@ interface Props {
height?: string;
}
const { height = "h-28" } = Astro.props as Props;
const { height = "h-28" } = Astro.props;
import { getAudioDurationInSeconds } from "get-audio-duration";
import { join } from "path";