Some corrections with types and undeleted file
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 18m1s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 18m1s
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user