We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cee6d6 commit 88171a2Copy full SHA for 88171a2
next.config.js
@@ -3,10 +3,6 @@
3
const nextConfig = {
4
reactStrictMode: true,
5
swcMinify: true,
6
- images:{
7
- loader: 'akamai',
8
- path: ''
9
- },
10
webpack: (config) => {
11
config.module.rules.push({
12
test: /\.glsl/,
0 commit comments