summaryrefslogtreecommitdiffstats
path: root/src/deps/strapi.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/deps/strapi.tsx')
-rw-r--r--src/deps/strapi.tsx2
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 });