Skip to content
Snippets Groups Projects
next.config.mjs 152 B
Newer Older
Alex Yang's avatar
Alex Yang committed
import { withNext } from '@llamaindex/tool/next'
Alex Yang's avatar
Alex Yang committed

/** @type {import('next').NextConfig} */
Alex Yang's avatar
Alex Yang committed
const nextConfig = {};
Alex Yang's avatar
Alex Yang committed
export default withNext(nextConfig);