From 11aed6e30f3050a1062e37149bba878d485d52a8 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 2 Dec 2023 13:40:45 -0700 Subject: Updated to Next 14 for static export --- next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'next.config.js') 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 } -- cgit 1.4.1