mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
fix(dev): move dev indicator to bottom-right corner (#108)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com> Co-authored-by: mrcfps <mrc@powerformer.com>
This commit is contained in:
parent
ae4752a4f2
commit
0e2bf36ec9
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ const nextConfig: NextConfig = {
|
|||
{ source: '/frames/:path*', destination: `${DAEMON_ORIGIN}/frames/:path*` },
|
||||
];
|
||||
},
|
||||
devIndicators: {
|
||||
position: 'bottom-right',
|
||||
},
|
||||
}),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue