[examples/fivethirtyeight][lg] - first commmit of 538 Example
This commit is contained in:
6
examples/fiverthirtyeight-example/next.config.js
Normal file
6
examples/fiverthirtyeight-example/next.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
Reference in New Issue
Block a user