Fix Staging server 404 error (#22)
parent
561b1badc8
commit
6273339409
@ -1,6 +1,7 @@ |
||||
/** @type {import('next').NextConfig} */ |
||||
const nextConfig = { |
||||
reactStrictMode: true, |
||||
trailingSlash: true, |
||||
} |
||||
|
||||
module.exports = nextConfig |
||||
|
Loading…
Reference in new issue