From cbc17db44c18a19702938b3fe70ea3de81d326ea Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Mon, 1 Dec 2025 00:45:09 +0000 Subject: make it work --- projects/about/next.config.mjs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 projects/about/next.config.mjs (limited to 'projects/about/next.config.mjs') diff --git a/projects/about/next.config.mjs b/projects/about/next.config.mjs deleted file mode 100644 index 4350313..0000000 --- a/projects/about/next.config.mjs +++ /dev/null @@ -1,6 +0,0 @@ -/** @type {import('next').NextConfig} */ -const nextConfig = { - output: "export", -}; - -export default nextConfig; -- cgit v1.2.3