mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-15 13:47:05 +00:00
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: "export",
|
|
basePath: "/awesome-fastapi-projects",
|
|
};
|
|
|
|
module.exports = nextConfig;
|