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