kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
8 wiersze
179 B
TypeScript
8 wiersze
179 B
TypeScript
![]() |
import type { NextConfig } from 'next'
|
||
|
|
||
|
const nextConfig: NextConfig = {
|
||
|
// TODO: handle remote profile pictures or upload them properly on backend
|
||
|
}
|
||
|
|
||
|
export default nextConfig
|