diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-23 12:03:54 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-23 12:03:54 +0200 |
| commit | dde0541358011ab36fd3165f97e97223beeae366 (patch) | |
| tree | a4b37ce86b4600df1eeef93abecef78726f78994 /src/deps | |
| parent | Update deno.json (diff) | |
| download | corvos-website-dde0541358011ab36fd3165f97e97223beeae366.tar.gz corvos-website-dde0541358011ab36fd3165f97e97223beeae366.tar.bz2 corvos-website-dde0541358011ab36fd3165f97e97223beeae366.zip | |
Use Corvos 0.1.2
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 | }); |
