From 2131d5fec97f6163678fdec40dd2d6e9f7a5e58c Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 30 Oct 2025 23:40:37 +0000 Subject: restructure repo into a monorepo --- projects/about/next.config.mjs | 6 ++++++ 1 file changed, 6 insertions(+) create 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 new file mode 100644 index 0000000..4350313 --- /dev/null +++ b/projects/about/next.config.mjs @@ -0,0 +1,6 @@ +/** @type {import('next').NextConfig} */ +const nextConfig = { + output: "export", +}; + +export default nextConfig; -- cgit v1.2.3