Skip to content

Commit 3427dae

Browse files
authored
Merge pull request #23 from Radian-os/dev
Merge dev to main
2 parents d9f39d3 + d8c1a67 commit 3427dae

37 files changed

Lines changed: 84 additions & 1854 deletions

apps/website/next.config.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,33 @@ const nextConfig = {
115115
protocol: "https",
116116
hostname: "images.unsplash.com",
117117
},
118+
{
119+
protocol: "https",
120+
hostname: "www.google.com",
121+
pathname: "/s2/favicons/**",
122+
},
123+
{
124+
protocol: "https",
125+
hostname: "authjs.dev",
126+
pathname: "/img/providers/**",
127+
},
128+
{
129+
protocol: "https",
130+
hostname: "cdn.jsdelivr.net",
131+
pathname: "/gh/devicons/**",
132+
},
133+
{
134+
protocol: "https",
135+
hostname: "radianos.com",
136+
},
137+
{
138+
protocol: "https",
139+
hostname: "images.pexels.com",
140+
},
141+
{
142+
protocol: "https",
143+
hostname: "img.freepik.com",
144+
},
118145
],
119146
},
120147
compiler: {

apps/website/src/app/(sidebar)/sidebar-05-inset/app-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export function AppSidebar({
147147
<Sidebar
148148
theme={theme}
149149
variant="inset"
150-
collapsible="none"
150+
collapsible="icon"
151151
className="p-0"
152152
resizable>
153153
<SidebarHeader className="gap-0 p-0">

apps/website/src/app/ai-test/layout.tsx

Lines changed: 0 additions & 21 deletions
This file was deleted.

apps/website/src/app/ai-test/onboarding/page.tsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

apps/website/src/app/ai-test/onboarding/personal-info-step.tsx

Lines changed: 0 additions & 146 deletions
This file was deleted.

apps/website/src/app/ai-test/onboarding/radian-logo.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/website/src/app/ai-test/onboarding/signup-step.tsx

Lines changed: 0 additions & 87 deletions
This file was deleted.

apps/website/src/app/ai-test/onboarding/support-footer.tsx

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)