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