Skip to content

Commit 88171a2

Browse files
committed
Fix problem with asset build
1 parent 6cee6d6 commit 88171a2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

next.config.js

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
const nextConfig = {
44
reactStrictMode: true,
55
swcMinify: true,
6-
images:{
7-
loader: 'akamai',
8-
path: ''
9-
},
106
webpack: (config) => {
117
config.module.rules.push({
128
test: /\.glsl/,

0 commit comments

Comments
 (0)