1
0
mirror of https://github.com/coder/coder.git synced 2025-03-15 19:19:58 +00:00
coder/offlinedocs/next.config.js
2024-08-15 14:53:53 -06:00

9 lines
160 B
JavaScript

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