Skip to content

Commit

Permalink
Merge pull request #3790 from udecode/histor/media-placeholder
Browse files Browse the repository at this point in the history
Histor/media placeholder
  • Loading branch information
zbeyens committed Nov 19, 2024
1 parent 9c8d198 commit eed47d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ const nextConfig = {
async redirects() {
return [
{
source: '/',
destination: '/editor',
permanent: true,
permanent: false,
source: '/',
},
];
},
Expand Down

0 comments on commit eed47d5

Please sign in to comment.