Skip to content

Commit

Permalink
refactor: random
Browse files Browse the repository at this point in the history
  • Loading branch information
inducingchaos committed Dec 25, 2024
1 parent f3804fb commit f18055b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import type { NextConfig } from "next"

export default {
experimental: {
ppr: "incremental"
ppr: true
// dynamicIO: true
},

images: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"lucide-react": "^0.468.0",
"nanoid": "^5.0.7",
"nanoid-dictionary": "^4.3.0",
"next": "^15.1.1-canary.0",
"next": "^15.1.1-canary.16",
"next-themes": "^0.4.4",
"orderedmap": "^2.1.1",
"postgres": "^3.4.5",
Expand Down
3 changes: 3 additions & 0 deletions src/app/(site)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ export default async function Landing(): Promise<JSX.Element> {
<Button style="outline" asChild className="font-mono">
<Link href="/altered">{"Altered"}</Link>
</Button>
<Button style="fill" color="danger" intensity="reduced" asChild className="font-mono">
<Link href="/iiinput">{"iiinput"}</Link>
</Button>
</div>
</div>
</section>
Expand Down

0 comments on commit f18055b

Please sign in to comment.