diff options
author | Ashelyn Rose <git@tempest.dev> | 2023-12-02 13:40:45 -0700 |
---|---|---|
committer | Ashelyn Rose <git@tempest.dev> | 2023-12-02 13:40:45 -0700 |
commit | 11aed6e30f3050a1062e37149bba878d485d52a8 (patch) | |
tree | bd87911ee04bd2c3a5cee4c05aa73f841a064e1f /next.config.js | |
parent | 6f7f70a55546d4bc503c3d8310e175f733021550 (diff) |
Updated to Next 14 for static export
Diffstat (limited to 'next.config.js')
-rw-r--r-- | next.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js index e97173b..152b5d3 100644 --- a/next.config.js +++ b/next.config.js @@ -1,3 +1,4 @@ module.exports = { - output: 'standalone', + output: 'export', + trailingSlash: true } |