We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76337a3 commit 9b0bc70Copy full SHA for 9b0bc70
1 file changed
docs/src/routes/docs/examples/+page.ts
@@ -0,0 +1,2 @@
1
+// Disable SSR since it relies on client-side features (media queries for screenshot selection and column count)
2
+export const ssr = false;
0 commit comments