Files
passmaster/next.config.js
2025-08-26 11:55:03 +02:00

11 lines
190 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
poweredByHeader: false,
images: {
domains: [],
},
};
module.exports = nextConfig;