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 384bc09 commit 5dce168Copy full SHA for 5dce168
.notes/todo.md
@@ -10,7 +10,6 @@
10
- [ ] Nicer component for loading images in MDX?
11
- [ ] Type post meta, if possible. or swap to using frontmatter! and at least document the metadata schema
12
- [ ] tooling
13
- - [ ] Monorepo it? (Turborepo? NX?)
14
- [ ] Storybook & design system
15
- [ ] image optimization for static exports?
16
- [ ] Yarn PnP support? (Not compatible with Turborepo... yet!)
apps/vivsha.ws/app/page.tsx
@@ -58,3 +58,7 @@ export default function Home() {
58
</>
59
)
60
}
61
+
62
+export const config = {
63
+ unstable_runtimeJS: false,
64
+}
0 commit comments