7 lines
113 B
JavaScript
7 lines
113 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
|
|
module.exports = {
|
|
experimental: {
|
|
outputStandalone: true,
|
|
},
|
|
} |