6 lines
No EOL
117 B
TypeScript
6 lines
No EOL
117 B
TypeScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
basePath: '/lab/shoe',
|
|
};
|
|
|
|
export default nextConfig; |