Skip to content

Commit

Permalink
force-dynamic + vscode stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
111akash committed May 3, 2024
1 parent d8cf3c4 commit 04edd00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules\\typescript\\lib"
}
3 changes: 2 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Link from "next/link";
import { db } from "~/server/db";

export const dynamic = "force-dynamic";

const mockUrls = [
"https://utfs.io/f/334ad07e-e720-4ff2-a1d2-f7a2aa08b520-1xcy7.jpg",
"https://utfs.io/f/5607d0e9-ec41-4555-8935-215943da1fbb-1xcy9.jpg",
Expand Down

0 comments on commit 04edd00

Please sign in to comment.