Fix: JWT session strategy + image optimalisatie uit voor ARM
All checks were successful
Build & Deploy / build (push) Successful in 1m41s

This commit is contained in:
2026-05-15 09:39:08 +02:00
parent 3789b16562
commit cfd9ed4eae
2 changed files with 18 additions and 3 deletions

View File

@@ -2,6 +2,9 @@
const nextConfig = {
output: "standalone",
images: {
// Sharp is moeilijk te installeren op ARM Alpine,
// voor Discord avatars is optimalisatie niet nodig
unoptimized: true,
remotePatterns: [
{
protocol: "https",