We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f0fdc2 + efafda4 commit bf9fa71Copy full SHA for bf9fa71
src/components/notion-blocks/CodePenEmbed.astro
@@ -1,6 +1,6 @@
1
---
2
export interface Props {
3
- url: string
+ url: URL
4
}
5
const { url } = Astro.props
6
const user = url.pathname.split('/')[1]
0 commit comments