summaryrefslogtreecommitdiff
path: root/pnpm-lock.yaml
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2023-01-04 14:20:13 -0500
committerGravatar GitHub <noreply@github.com> 2023-01-04 13:20:13 -0600
commit55cea0a9d8c8df91a46590fc04a9ac28089b3432 (patch)
treef0909b089353cc7fe1df18f5a49109f9c25f4b87 /pnpm-lock.yaml
parentcc4606d65e8f020b327e14fe4e3dc883db342bf7 (diff)
downloadastro-55cea0a9d8c8df91a46590fc04a9ac28089b3432.tar.gz
astro-55cea0a9d8c8df91a46590fc04a9ac28089b3432.tar.zst
astro-55cea0a9d8c8df91a46590fc04a9ac28089b3432.zip
Handle `getStaticPaths` with prerendered pages (#5734)
* fix(#5661): ensure getStaticPaths is correctly handled for prerendered pages * test: add prerender getStaticPaths cases * chore: add changeset * test: add props to test suite * chore: update lockfile Co-authored-by: Nate Moore <nate@astro.build>
Diffstat (limited to '')
-rw-r--r--pnpm-lock.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index c776c775d..126fc2a6a 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1117,6 +1117,9 @@ importers:
'@astrojs/node': link:../../../../integrations/node
astro: link:../../..
+ packages/astro/test/benchmark/simple/dist/server:
+ specifiers: {}
+
packages/astro/test/fixtures/0-css:
specifiers:
'@astrojs/react': workspace:*
@@ -2354,6 +2357,12 @@ importers:
dependencies:
astro: link:../../..
+ packages/astro/test/fixtures/ssr-prerender-get-static-paths:
+ specifiers:
+ astro: workspace:*
+ dependencies:
+ astro: link:../../..
+
packages/astro/test/fixtures/ssr-preview:
specifiers:
astro: workspace:*