mirror of
https://github.com/foomo/gotrspc-mobile-examples.git
synced 2025-10-16 12:35:38 +00:00
10 lines
143 B
JavaScript
10 lines
143 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: "export",
|
|
basePath: "/nextjs"
|
|
};
|
|
|
|
export default nextConfig;
|
|
|
|
|