chore: enable streaming ssr

This commit is contained in:
Sean Norwood 2022-04-03 00:28:12 +00:00
parent cf9181919a
commit 3870a54d2e
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
runtime: "nodejs",
},
reactStrictMode: true,
}
};
module.exports = nextConfig
module.exports = nextConfig;