diff options
author | Elizabeth Hunt <lizhunt@amazon.com> | 2025-01-07 09:17:55 -0800 |
---|---|---|
committer | Elizabeth Hunt <lizhunt@amazon.com> | 2025-01-07 09:17:55 -0800 |
commit | f71e88b234f46d71525f38013a3fb28cee1ba7e8 (patch) | |
tree | 06f54a56c7c0afe76519418072496d59bf5c1d93 | |
parent | cfb7b26383f1383564201180fdf159770b31eff5 (diff) | |
download | penguin-new-tab-f71e88b234f46d71525f38013a3fb28cee1ba7e8.tar.gz penguin-new-tab-f71e88b234f46d71525f38013a3fb28cee1ba7e8.zip |
the cheese stands alone
-rw-r--r-- | next.config.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/next.config.mjs b/next.config.mjs index 6f4424f..7b59de6 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,6 +7,7 @@ try { /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'standalone', reactStrictMode: false, eslint: { ignoreDuringBuilds: true, |