From b3844727ebb895f27fa0c4a924ea75f38d17be55 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 25 Nov 2023 10:29:24 -0500 Subject: New post; Travel advisory update --- next.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index 767719f..707a02d 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,7 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {} +const nextConfig = { + output: 'export', + +} module.exports = nextConfig -- cgit v1.2.3