Skip to content

Commit 5dce168

Browse files
committed
chore: test disabling runtime JS
1 parent 384bc09 commit 5dce168

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.notes/todo.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
- [ ] Nicer component for loading images in MDX?
1111
- [ ] Type post meta, if possible. or swap to using frontmatter! and at least document the metadata schema
1212
- [ ] tooling
13-
- [ ] Monorepo it? (Turborepo? NX?)
1413
- [ ] Storybook & design system
1514
- [ ] image optimization for static exports?
1615
- [ ] Yarn PnP support? (Not compatible with Turborepo... yet!)

apps/vivsha.ws/app/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,7 @@ export default function Home() {
5858
</>
5959
)
6060
}
61+
62+
export const config = {
63+
unstable_runtimeJS: false,
64+
}

0 commit comments

Comments
 (0)