Fix: JWT session strategy + image optimalisatie uit voor ARM
All checks were successful
Build & Deploy / build (push) Successful in 1m41s
All checks were successful
Build & Deploy / build (push) Successful in 1m41s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user