Files
coder/offlinedocs/next.config.js
dependabot[bot] 725cda9463 chore: bump next from 13.5.3 to 14.0.1 in /offlinedocs (#10469)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Atif Ali <atif@coder.com>
2023-11-02 09:29:56 +00:00

9 lines
163 B
JavaScript

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