diff options
Diffstat (limited to 'src/deps')
| -rw-r--r-- | src/deps/strapi.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deps/strapi.tsx b/src/deps/strapi.tsx index de2e495..127dffc 100644 --- a/src/deps/strapi.tsx +++ b/src/deps/strapi.tsx | |||
| @@ -395,7 +395,7 @@ export function strapi() { | |||
| 395 | ".jsxelement", | 395 | ".jsxelement", |
| 396 | blocksToTSX(page.content), | 396 | blocksToTSX(page.content), |
| 397 | page.data as Out[".strapi"][1], | 397 | page.data as Out[".strapi"][1], |
| 398 | replaceExtension(page.url, ".jsx"), | 398 | replaceExtension(page.url, ".jsxelement"), |
| 399 | page, | 399 | page, |
| 400 | ); | 400 | ); |
| 401 | }); | 401 | }); |
