/** @type {import('next').NextConfig} */ const nextConfig = { output: 'export', basePath: '/Emil_Shanayev_Resume', assetPrefix: '/Emil_Shanayev_Resume', images: { unoptimized: true }, } export default nextConfig