2023-09-20 00:49:03 +02:00

8 lines
144 B
JavaScript

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