mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
trailingSlash: true,
|
|
}
|
|
|
|
module.exports = nextConfig
|