Nexorav2 / frontend /next.config.mjs
ChandimaPrabath's picture
init
0164328
raw
history blame contribute delete
173 Bytes
import path from 'path';
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
crossOrigin: 'anonymous',
};
export default nextConfig;