gotrspc-mobile-examples/file-share/frontend/nextjs-file-share/next.config.mjs
2024-05-13 18:16:41 +02:00

10 lines
143 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
basePath: "/nextjs"
};
export default nextConfig;