dine360-POS-System/next.config.js
2025-07-02 17:04:47 +05:30

9 lines
164 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
// output:"export",
trailingSlash:true
};
module.exports = nextConfig;