summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Hunt <lizhunt@amazon.com>2025-01-07 09:17:55 -0800
committerElizabeth Hunt <lizhunt@amazon.com>2025-01-07 09:17:55 -0800
commitf71e88b234f46d71525f38013a3fb28cee1ba7e8 (patch)
tree06f54a56c7c0afe76519418072496d59bf5c1d93
parentcfb7b26383f1383564201180fdf159770b31eff5 (diff)
downloadpenguin-new-tab-f71e88b234f46d71525f38013a3fb28cee1ba7e8.tar.gz
penguin-new-tab-f71e88b234f46d71525f38013a3fb28cee1ba7e8.zip
the cheese stands alone
-rw-r--r--next.config.mjs1
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,