a9fbf25d9f
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
134 B
TypeScript
8 lines
134 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
basePath: '/bodenfeuchte',
|
|
};
|
|
|
|
export default nextConfig;
|