/** @type {import('next').NextConfig} */ const nextConfig = { output: "export", assetPrefix: "/about/", }; export default nextConfig;