From 250423c454c93bcba7ac77d06ff0ac980ee047c6 Mon Sep 17 00:00:00 2001 From: Michael Chan Date: Tue, 17 Dec 2024 12:05:44 -0800 Subject: [PATCH] render as static site --- vim.guide/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim.guide/next.config.js b/vim.guide/next.config.js index dfff6b19..da14ff5e 100644 --- a/vim.guide/next.config.js +++ b/vim.guide/next.config.js @@ -1,5 +1,5 @@ const nextConfig = { - /* config options here */ + output: 'export' } module.exports = nextConfig