Skip to content

Commit eed47d5

Browse files
committed
Merge pull request #3790 from udecode/histor/media-placeholder
Histor/media placeholder
1 parent 9c8d198 commit eed47d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

next.config.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ const nextConfig = {
33
async redirects() {
44
return [
55
{
6-
source: '/',
76
destination: '/editor',
8-
permanent: true,
7+
permanent: false,
8+
source: '/',
99
},
1010
];
1111
},

0 commit comments

Comments
 (0)