aboutsummaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-01 16:32:41 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-01-01 16:32:41 -0500
commita0485ad26353a08562c13c14ea9de73fd705f9de (patch)
tree1bc499c572e3642b769f7391f493d972a8a749d9 /next.config.js
parent0349923dd0a970f009ce7ca54881f8c398c67100 (diff)
downloadpersonal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.tar.gz
personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.tar.bz2
personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.zip
Initial Rewrite
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/next.config.js b/next.config.js
deleted file mode 100644
index ac741ea..0000000
--- a/next.config.js
+++ /dev/null
@@ -1,6 +0,0 @@
-module.exports = {
- reactStrictMode: true,
- images: {
- unoptimized: true
- }
-}