beherbergung/frontend/search/next.config.js

7 lines
118 B
JavaScript
Raw Permalink Normal View History

2022-03-09 15:15:32 +01:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig