We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a785770 commit 60e9fa2Copy full SHA for 60e9fa2
next.config.cjs
@@ -0,0 +1,7 @@
1
+module.exports = {
2
+ experimental: {
3
+ appDir: true
4
+ },
5
+ output: "standalone",
6
+ };
7
+
0 commit comments