9 lines
153 B
JavaScript
9 lines
153 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
basePath: '/sistem-km-next',
|
|
/* config options here */
|
|
};
|
|
|
|
export default nextConfig;
|
|
|