Vladyslav Fedoriuk a2c9a7db12 Fix the base path
2023-09-20 00:52:02 +02:00

8 lines
156 B
JavaScript

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