diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-02-09 22:14:02 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-02-09 22:14:02 -0500 |
| commit | 14d50090f284b226d30cf0c6afcad61428d2d947 (patch) | |
| tree | 7b8a9402c4c954e879c134020dc4a1ad232668e1 /next.config.js | |
| parent | b5cb7ed055c90938672f29d18fe258c88df06c56 (diff) | |
| download | personal-website-14d50090f284b226d30cf0c6afcad61428d2d947.tar.gz personal-website-14d50090f284b226d30cf0c6afcad61428d2d947.tar.bz2 personal-website-14d50090f284b226d30cf0c6afcad61428d2d947.zip | |
Inital rewrite
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..0d60710 --- /dev/null +++ b/next.config.js @@ -0,0 +1,3 @@ +module.exports = { + reactStrictMode: true, +} |
