Skip to content

Commit

Permalink
fix: typo for astro
Browse files Browse the repository at this point in the history
  • Loading branch information
NisargIO committed Dec 12, 2024
1 parent 725addc commit d9cd5c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface Props {
const { apiKey, url } = Astro.props;
const path = Astro.url.path;
const path = Astro.url.pathname;
const params = Astro.params;
---

Expand Down

0 comments on commit d9cd5c2

Please sign in to comment.