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 34e4b80 commit 43262eaCopy full SHA for 43262ea
apps/web/next.config.js
@@ -6,6 +6,10 @@ const nextConfig = {
6
protocol: "https",
7
hostname: "avatars.githubusercontent.com",
8
},
9
+ {
10
+ protocol: "https",
11
+ hostname: "images.unsplash.com",
12
+ },
13
],
14
15
};
apps/web/package.json
@@ -15,6 +15,7 @@
"@radix-ui/react-checkbox": "^1.1.2",
16
"@radix-ui/react-label": "^2.1.0",
17
"@radix-ui/react-radio-group": "^1.2.1",
18
+ "@radix-ui/react-select": "^2.2.6",
19
"@radix-ui/react-slot": "^1.1.0",
20
"@tanstack/react-query": "^5.90.2",
21
"@trpc/client": "^11.6.0",
0 commit comments