Skip to content

Commit bf9fa71

Browse files
authored
Merge pull request #231 from Suzu-Gears/fix-codepen-props-url-type
2 parents 7f0fdc2 + efafda4 commit bf9fa71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/notion-blocks/CodePenEmbed.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
export interface Props {
3-
url: string
3+
url: URL
44
}
55
const { url } = Astro.props
66
const user = url.pathname.split('/')[1]

0 commit comments

Comments
 (0)