/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, basePath: '/tools/promptarch', assetPrefix: '/tools/promptarch', trailingSlash: true, }; module.exports = nextConfig;