7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
basePath: '',
|
|
};
|
|
|
|
module.exports = nextConfig;
|