feat: improve AI Chat UX, add notebook summary, and fix shared/reminders routing
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m50s
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m50s
This commit is contained in:
@@ -17,6 +17,21 @@ const nextConfig: NextConfig = {
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: '/shared',
|
||||
destination: '/?shared=1',
|
||||
permanent: false,
|
||||
},
|
||||
{
|
||||
source: '/reminders',
|
||||
destination: '/?reminders=1',
|
||||
permanent: false,
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
// Image optimization (enabled for better performance)
|
||||
images: {
|
||||
|
||||
Reference in New Issue
Block a user