Felix Schulze
1cb94b567c
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 31s
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {};
|
|
|
|
export default nextConfig;
|