aboutsummaryrefslogtreecommitdiff
path: root/projects/about/next.config.mjs
blob: 4350313c7a9b0fe1f16b7c377f014e2961b47387 (plain)
1
2
3
4
5
6
/** @type {import('next').NextConfig} */
const nextConfig = {
  output: "export",
};

export default nextConfig;