diff options
Diffstat (limited to 'projects/96/next.config.mjs')
| -rw-r--r-- | projects/96/next.config.mjs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/96/next.config.mjs b/projects/96/next.config.mjs new file mode 100644 index 0000000..88c6058 --- /dev/null +++ b/projects/96/next.config.mjs @@ -0,0 +1,4 @@ +/** @type {import('next').NextConfig} */ +export default { + output: "export", +}; |
