mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-28 19:27:40 +02:00
3794a48595
Signed-off-by: skidoodle <53189968+skidoodle@users.noreply.github.com>
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
swcMinify: true
|
|
}
|
|
|
|
module.exports = nextConfig
|