3d-animation/next.config.ts
2026-06-07 09:23:32 +08:00

6 lines
No EOL
117 B
TypeScript

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