Mahakii's picture
Swagger ui done
177c3f8
Raw
History Blame Contribute Delete
239 Bytes
import type { NextConfig } from "next";
import path from "path";
const nextConfig: NextConfig = {
/* config options here */
output: 'export',
logging: {
fetches: {
fullUrl: true,
},
},
};
export default nextConfig;