mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 16:13:19 +00:00
- Mobile responsive - new toast design - web document render issue fix - posthog analytics - ui improvements
7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
import type { NextConfig } from "next"
|
|
|
|
const nextConfig: NextConfig = {
|
|
/* config options here */
|
|
}
|
|
|
|
export default nextConfig
|