mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-28 03:07:40 +02:00
9 lines
165 B
JavaScript
9 lines
165 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
swcMinify: true,
|
|
poweredByHeader: false,
|
|
};
|
|
|
|
module.exports = nextConfig;
|