diff --git a/next.config.js b/next.config.js index 54398db..778924e 100644 --- a/next.config.js +++ b/next.config.js @@ -3,10 +3,6 @@ const nextConfig = { reactStrictMode: true, swcMinify: true, - images:{ - loader: 'akamai', - path: '' - }, webpack: (config) => { config.module.rules.push({ test: /\.glsl/,