Spaces:
Paused
Paused
Commit
·
9c8f715
1
Parent(s):
054d282
Update next.config.js
Browse files- next.config.js +1 -0
next.config.js
CHANGED
@@ -3,6 +3,7 @@ const nextConfig = {
|
|
3 |
experimental: {
|
4 |
appDir: true,
|
5 |
},
|
|
|
6 |
images: {
|
7 |
domains: ["upload.wikimedia.org"],
|
8 |
},
|
|
|
3 |
experimental: {
|
4 |
appDir: true,
|
5 |
},
|
6 |
+
standalone: true,
|
7 |
images: {
|
8 |
domains: ["upload.wikimedia.org"],
|
9 |
},
|