/** @type {import('next').NextConfig} */ const nextConfig = { output: "export", basePath: "/awesome-fastapi-projects", }; module.exports = nextConfig;