Fix Staging server 404 error (#22)

This commit is contained in:
Shahan Nedadahandeh 2022-07-07 19:52:43 -04:00 committed by shahanneda
parent 561b1badc8
commit 6273339409
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
trailingSlash: true,
}
module.exports = nextConfig